Clojure Vert.x support parent

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

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

Clojure Vert.x support parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

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

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

Скачать lang-clojure-parent

Имя Файла Размер
lang-clojure-parent-1.0.5.pom 7 KB
Обзор

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

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • 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

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

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