GroupId | GroupIdcom.github.jsr-330 |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
core-1.3.0.pom | |
core-1.3.0.jar | 30 KB |
core-1.3.0-sources.jar | 19 KB |
core-1.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation 'com.github.jsr-330:core:1.3.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation ("com.github.jsr-330:core:1.3.0")
'com.github.jsr-330:core:jar:1.3.0'
<dependency org="com.github.jsr-330" name="core" rev="1.3.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='core', version='1.3.0')
)
libraryDependencies += "com.github.jsr-330" % "core" % "1.3.0"
[com.github.jsr-330/core "1.3.0"]