Clojure Vert.x lang module

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

Clojure Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

lang-clojure
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Clojure Vert.x lang module
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download lang-clojure

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
io.vertx : clojure-api jar 1.0.5
org.projectodd.shimdandy : shimdandy-api jar 1.1.0
org.projectodd.shimdandy : shimdandy-impl jar 1.1.0
org.clojure : clojure jar 1.6.0
org.clojure : data.json jar 0.2.2
org.clojure : tools.nrepl jar 0.2.10
clj-stacktrace » clj-stacktrace jar 0.2.5
clojure-complete » clojure-complete jar 0.2.3

provided (2)

Group / Artifact Type Version
io.vertx : vertx-core jar 2.1.5
io.vertx : vertx-platform jar 2.1.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
io.vertx : testtools jar 2.0.3-final

Project Modules

There are no modules declared in this project.

Vert.x 2.x is deprecated - use instead https://vertx.io

mod-lang-clojure

The Clojure language implementation for Vert.x 2.x

Usage

First, you'll need to install Vert.x.

The latest stable release is 1.0.5. Vert.x 2.1.2 ships with 1.0.2, so you will need update VERTX_HOME/conf/langs.properties to use 1.0.5 if you want the latest. Change:

clojure=io.vertx~lang-clojure~1.0.2:io.vertx.lang.clojure.ClojureVerticleFactory

to

clojure=io.vertx~lang-clojure~1.0.5:io.vertx.lang.clojure.ClojureVerticleFactory

Every commit triggers a CI build, and we publish a SNAPSHOT when that succeeds. So if you would rather run the latest commit, update your langs.properties with:

clojure=io.vertx~lang-clojure~1.0.6-SNAPSHOT:io.vertx.lang.clojure.ClojureVerticleFactory

Note that this module only works with Vert.x 2.1RC3 or greater.

Documentation

Examples

See the offical examples repo.

License

mod-lang-clojure is licensed under the Apache License, v2.0. See LICENSE.txt for details.

io.vertx

vert.x

Legacy Vert.x 2.x - use instead Vert.x 3 instead https://github.com/eclipse/vert.x

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0.RC1
1.0.0.Beta3
1.0.0.Beta2
1.0.0.Beta1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0