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