GroupId | GroupIddk.cloudcreate.essentials |
---|---|
ArtifactId | ArtifactIdimmutable |
Version | Version0.7.2 |
Type | Typejar |
Filename | Size |
---|---|
immutable-0.7.2.pom | |
immutable-0.7.2.jar | 8 KB |
immutable-0.7.2-sources.jar | 7 KB |
immutable-0.7.2-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials/immutable/ -->
<dependency>
<groupId>dk.cloudcreate.essentials</groupId>
<artifactId>immutable</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/immutable/
implementation 'dk.cloudcreate.essentials:immutable:0.7.2'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/immutable/
implementation ("dk.cloudcreate.essentials:immutable:0.7.2")
'dk.cloudcreate.essentials:immutable:jar:0.7.2'
<dependency org="dk.cloudcreate.essentials" name="immutable" rev="0.7.2">
<artifact name="immutable" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials', module='immutable', version='0.7.2')
)
libraryDependencies += "dk.cloudcreate.essentials" % "immutable" % "0.7.2"
[dk.cloudcreate.essentials/immutable "0.7.2"]