is not current version
Last Version 0.0.5

org.jimmutable:core 0.0.4

The core classes of the jimmutable project

GroupId

GroupId

org.jimmutable
ArtifactId

ArtifactId

core
Version

Version

0.0.4
Type

Type

jar

Download core 0.0.4


<!-- 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"]