cljzmq

Clojure binding for ØMQ

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

cljzmq
Clojure binding for ØMQ
Ссылка на сайт

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

https://github.com/zeromq/cljzmq
Система контроля версий

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

https://github.com/trevorbernard/cljzmq

Скачать cljzmq

Имя Файла Размер
cljzmq-0.1.4.pom
cljzmq-0.1.4.jar 8 KB
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.clojure : clojure jar 1.5.1
org.zeromq : jzmq jar 3.0.1

test (2)

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

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

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

cljzmq

Build Status

Clojure bindings for ØMQ.

Installation

[org.zeromq/cljzmq "0.1.5"]

(see FAQ for how to make it work with jeromq)

Snapshots

To use the latest and greatest snapshot, add the OSS Sonatype repository to your project.clj file:

["sonatype" {:url "https://oss.sonatype.org/content/repositories/snapshots"
             :update :always}]

Add the following dependency to your project.clj file:

[org.zeromq/cljzmq "0.1.6-SNAPSHOT"]

Documentation

Acknowledgements

YourKit is kindly supporting ZeroMQ project with its full-featured Java Profiler.

License

Copyright © 2013-2016 Contributors as noted in the AUTHORS.md file

This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

org.zeromq

The ZeroMQ project

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

Версия
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0