| GroupId | GroupIdcom.github.pyknic |
|---|---|
| ArtifactId | ArtifactIdimmutable-array |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| immutable-array-1.0.1.pom | |
| immutable-array-1.0.1.jar | 43 KB |
| immutable-array-1.0.1-sources.jar | 46 KB |
| immutable-array-1.0.1-javadoc.jar | 242 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pyknic/immutable-array/ -->
<dependency>
<groupId>com.github.pyknic</groupId>
<artifactId>immutable-array</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/immutable-array/
implementation 'com.github.pyknic:immutable-array:1.0.1'
// https://jarcasting.com/artifacts/com.github.pyknic/immutable-array/
implementation ("com.github.pyknic:immutable-array:1.0.1")
'com.github.pyknic:immutable-array:jar:1.0.1'
<dependency org="com.github.pyknic" name="immutable-array" rev="1.0.1">
<artifact name="immutable-array" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='immutable-array', version='1.0.1')
)
libraryDependencies += "com.github.pyknic" % "immutable-array" % "1.0.1"
[com.github.pyknic/immutable-array "1.0.1"]