GroupId | GroupIdcom.github.jsr-330 |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
core-1.2.0.pom | |
core-1.2.0.jar | 29 KB |
core-1.2.0-sources.jar | 19 KB |
core-1.2.0-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsr-330/core/ -->
<dependency>
<groupId>com.github.jsr-330</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation 'com.github.jsr-330:core:1.2.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation ("com.github.jsr-330:core:1.2.0")
'com.github.jsr-330:core:jar:1.2.0'
<dependency org="com.github.jsr-330" name="core" rev="1.2.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='core', version='1.2.0')
)
libraryDependencies += "com.github.jsr-330" % "core" % "1.2.0"
[com.github.jsr-330/core "1.2.0"]