| License |
License |
|---|---|
| GroupId | GroupIdcom.github.krukow |
| ArtifactId | ArtifactIdclj-ds |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclj-ds
Port of Clojure's data structures to Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| clj-ds-0.0.4.pom | |
| clj-ds-0.0.4.jar | 262 KB |
| clj-ds-0.0.4-sources.jar | 121 KB |
| clj-ds-0.0.4-javadoc.jar | 648 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.krukow/clj-ds/ -->
<dependency>
<groupId>com.github.krukow</groupId>
<artifactId>clj-ds</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krukow/clj-ds/
implementation 'com.github.krukow:clj-ds:0.0.4'
// https://jarcasting.com/artifacts/com.github.krukow/clj-ds/
implementation ("com.github.krukow:clj-ds:0.0.4")
'com.github.krukow:clj-ds:jar:0.0.4'
<dependency org="com.github.krukow" name="clj-ds" rev="0.0.4">
<artifact name="clj-ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krukow', module='clj-ds', version='0.0.4')
)
libraryDependencies += "com.github.krukow" % "clj-ds" % "0.0.4"
[com.github.krukow/clj-ds "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |