License |
License |
---|---|
GroupId | GroupIdcom.artnaseef |
ArtifactId | ArtifactIdimmutable-utils |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImmutable Utils
Utilities for creating and maintaining immutable classes.
|
Project URL |
Project URL |
Filename | Size |
---|---|
immutable-utils-1.0.0.pom | |
immutable-utils-1.0.0.jar | 19 KB |
immutable-utils-1.0.0-sources.jar | 16 KB |
immutable-utils-1.0.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artnaseef/immutable-utils/ -->
<dependency>
<groupId>com.artnaseef</groupId>
<artifactId>immutable-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/immutable-utils/
implementation 'com.artnaseef:immutable-utils:1.0.0'
// https://jarcasting.com/artifacts/com.artnaseef/immutable-utils/
implementation ("com.artnaseef:immutable-utils:1.0.0")
'com.artnaseef:immutable-utils:jar:1.0.0'
<dependency org="com.artnaseef" name="immutable-utils" rev="1.0.0">
<artifact name="immutable-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='immutable-utils', version='1.0.0')
)
libraryDependencies += "com.artnaseef" % "immutable-utils" % "1.0.0"
[com.artnaseef/immutable-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |