| License |
License |
|---|---|
| GroupId | GroupIdcom.andreytim.jafar |
| ArtifactId | ArtifactIdjafar-prim |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjafar-prim
Primitive and easy-to-use Java collections with usual API.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jafar-prim-0.0.4.pom | |
| jafar-prim-0.0.4-sources.jar | 21 KB |
| jafar-prim-0.0.4-javadoc.jar | 106 KB |
| jafar-prim-0.0.4-fulljar.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.andreytim.jafar/jafar-prim/ -->
<dependency>
<groupId>com.andreytim.jafar</groupId>
<artifactId>jafar-prim</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.andreytim.jafar/jafar-prim/
implementation 'com.andreytim.jafar:jafar-prim:0.0.4'
// https://jarcasting.com/artifacts/com.andreytim.jafar/jafar-prim/
implementation ("com.andreytim.jafar:jafar-prim:0.0.4")
'com.andreytim.jafar:jafar-prim:jar:0.0.4'
<dependency org="com.andreytim.jafar" name="jafar-prim" rev="0.0.4">
<artifact name="jafar-prim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andreytim.jafar', module='jafar-prim', version='0.0.4')
)
libraryDependencies += "com.andreytim.jafar" % "jafar-prim" % "0.0.4"
[com.andreytim.jafar/jafar-prim "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |