| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.clj4j |
| Идентификатор | Идентификаторclj4j |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
Описаниеclj4j
Clojure data structures adapted for direct use in Java.
|
| Имя Файла | Размер |
|---|---|
| clj4j-0.0.1.pom | |
| clj4j-0.0.1.jar | 10 KB |
| clj4j-0.0.1-sources.jar | 6 KB |
| clj4j-0.0.1-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.clj4j/clj4j/ -->
<dependency>
<groupId>com.googlecode.clj4j</groupId>
<artifactId>clj4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.clj4j/clj4j/
implementation 'com.googlecode.clj4j:clj4j:0.0.1'
// https://jarcasting.com/artifacts/com.googlecode.clj4j/clj4j/
implementation ("com.googlecode.clj4j:clj4j:0.0.1")
'com.googlecode.clj4j:clj4j:jar:0.0.1'
<dependency org="com.googlecode.clj4j" name="clj4j" rev="0.0.1">
<artifact name="clj4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.clj4j', module='clj4j', version='0.0.1')
)
libraryDependencies += "com.googlecode.clj4j" % "clj4j" % "0.0.1"
[com.googlecode.clj4j/clj4j "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.clojure : clojure | jar | 1.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |