GroupId | GroupIdorg.jimmutable |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.4.pom | |
core-0.0.4.jar | 157 KB |
core-0.0.4-sources.jar | 88 KB |
core-0.0.4-javadoc.jar | 720 KB |
core-0.0.4-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jimmutable/core/ -->
<dependency>
<groupId>org.jimmutable</groupId>
<artifactId>core</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jimmutable/core/
implementation 'org.jimmutable:core:0.0.4'
// https://jarcasting.com/artifacts/org.jimmutable/core/
implementation ("org.jimmutable:core:0.0.4")
'org.jimmutable:core:jar:0.0.4'
<dependency org="org.jimmutable" name="core" rev="0.0.4">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jimmutable', module='core', version='0.0.4')
)
libraryDependencies += "org.jimmutable" % "core" % "0.0.4"
[org.jimmutable/core "0.0.4"]