clj-icat-direct

A Clojure library for accessing the iRODS ICAT database directly.

Лицензия

Лицензия

BSD Standard License
Категории

Категории

Ant Компиляция и сборка
Группа

Группа

org.iplantc
Идентификатор

Идентификатор

clj-icat-direct
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

clj-icat-direct
A Clojure library for accessing the iRODS ICAT database directly.
Ссылка на сайт

Ссылка на сайт

http://github.com/iPlantCollaborativeOpenSource/clj-icat-direct/
Система контроля версий

Система контроля версий

https://github.com/iPlantCollaborativeOpenSource/clj-icat-direct

Скачать clj-icat-direct

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.clojure : clojure jar 1.5.1
korma » korma jar 0.3.0-RC5
org.postgresql : postgresql jar 9.2-1002-jdbc4

test (2)

Идентификатор библиотеки Тип Версия
org.clojure : tools.nrepl jar 0.2.3
clojure-complete » clojure-complete jar 0.2.3

Модули Проекта

Данный проект не имеет модулей.

clj-icat-direct

A Clojure library for directly connecting to the iRODS ICAT database and running queries against it. Uses Korma to connect, which might be overkill right now, but provides connection-pooling and a way forward from simply running strings containing SQL against the ICAT.

See the LICENSE file for licensing information.

org.iplantc

iPlant Collaborative Open Source

This is an old github organization. The new organization is github.com/cyverse

Версии библиотеки

Версия
0.0.3
0.0.2