| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jsr-330 |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSR-330 Core
Basic module for JSR-330
|
| Filename | Size |
|---|---|
| core-1.4.0.pom | |
| core-1.4.0.jar | 28 KB |
| core-1.4.0-sources.jar | 19 KB |
| core-1.4.0-javadoc.jar | 139 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsr-330/core/ -->
<dependency>
<groupId>com.github.jsr-330</groupId>
<artifactId>core</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation 'com.github.jsr-330:core:1.4.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation ("com.github.jsr-330:core:1.4.0")
'com.github.jsr-330:core:jar:1.4.0'
<dependency org="com.github.jsr-330" name="core" rev="1.4.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='core', version='1.4.0')
)
libraryDependencies += "com.github.jsr-330" % "core" % "1.4.0"
[com.github.jsr-330/core "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
| log4j : log4j | jar | 1.2.16 |
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |
| javax.inject : javax.inject-tck | jar | 1 |
| com.google.inject : guice | jar | 3.0 |