is not current version
Last Version 0.0.4

com.andreytim.jafar:jafar-prim 0.0.3

Primitive and easy-to-use Java collections with usual API.

GroupId

GroupId

com.andreytim.jafar
ArtifactId

ArtifactId

jafar-prim
Version

Version

0.0.3
Type

Type

jar

Download jafar-prim 0.0.3


<!-- https://jarcasting.com/artifacts/com.andreytim.jafar/jafar-prim/ -->
<dependency>
    <groupId>com.andreytim.jafar</groupId>
    <artifactId>jafar-prim</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.andreytim.jafar/jafar-prim/
implementation 'com.andreytim.jafar:jafar-prim:0.0.3'
// https://jarcasting.com/artifacts/com.andreytim.jafar/jafar-prim/
implementation ("com.andreytim.jafar:jafar-prim:0.0.3")
'com.andreytim.jafar:jafar-prim:jar:0.0.3'
<dependency org="com.andreytim.jafar" name="jafar-prim" rev="0.0.3">
  <artifact name="jafar-prim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andreytim.jafar', module='jafar-prim', version='0.0.3')
)
libraryDependencies += "com.andreytim.jafar" % "jafar-prim" % "0.0.3"
[com.andreytim.jafar/jafar-prim "0.0.3"]