Clojure Vert.x API

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

Лицензия

Лицензия

Категории

Категории

Clojure Языки программирования
Группа

Группа

io.vertx
Идентификатор

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

clojure-api
Последняя версия

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

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать clojure-api

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
io.vertx : vertx-core jar 2.1.5
io.vertx : vertx-platform jar 2.1.5
io.vertx : testtools jar 2.0.3-final
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)

Идентификатор библиотеки Тип Версия
org.clojure : clojure jar 1.6.0
org.clojars.tcrawley » codox.core jar 0.6.3.1

test (1)

Идентификатор библиотеки Тип Версия
org.apache.directory.server : apacheds-protocol-dns jar 1.5.7

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

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

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

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

Версия
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