Clojure Vert.x support parent

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-parent
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

Clojure Vert.x support parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/vert-x/mod-lang-clojure/

Download lang-clojure-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • lang-module

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