MVN

org.zeromq : cljzmq

Maven & Gradle

Dec 04, 2013
0 stars

cljzmq · Clojure binding for ØMQ

<dependency>
    <groupId>org.zeromq</groupId>
    <artifactId>cljzmq</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zeromq : cljzmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of org.zeromq : cljzmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
cljzmq-0.1.4
cljzmq-0.1.3
cljzmq-0.1.2
cljzmq-0.1.1
cljzmq-0.1.0

How to add a dependency to Maven

Add the following org.zeromq : cljzmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zeromq</groupId>
    <artifactId>cljzmq</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zeromq : cljzmq gradle dependency to your build.gradle file:

implementation 'org.zeromq:cljzmq:0.1.4'

Gradle Kotlin DSL: Add the following org.zeromq : cljzmq gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zeromq:cljzmq:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zeromq : cljzmq sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zeromq" % "cljzmq" % "0.1.4"

Advertisement

Dependencies from Group

Dec 03, 2022
137 usages
2.3k stars
Jul 11, 2014
11 usages
587 stars
Dec 21, 2012
5 usages
72 stars
Aug 04, 2014
3 usages
16 stars
Feb 22, 2019
1 usages
23 stars

Discover Dependencies