io.leego:unique-client

The parent project of unique

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

unique-client
Последняя версия

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

The parent project of unique

Скачать unique-client

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

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
io.leego : unique-common jar 0.1.0
io.github.openfeign : feign-okhttp jar
com.fasterxml.jackson.core : jackson-core jar 2.11.1
com.fasterxml.jackson.core : jackson-annotations jar 2.11.1
com.fasterxml.jackson.core : jackson-databind jar 2.11.1
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar 2.11.1
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.11.1
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.11.1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.11.1

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

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

Unique

Unique is a java based distributed sequence component. It provides REST APIs and clients(RPC, HTTP) ways to obtain sequences, and it supports Spring Boot, Spring Cloud and MyBatis.

Installation

Please make sure the Java version is 1.8 and above.

$ git clone https://github.com/yihleego/unique.git
$ cd unique
$ mvn clean install

Documentation

Chinese Document 中文文档

Client

Server

Contact

License

Unique is under the Apache 2.0 license. See the LICENSE file for details.

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

Версия
0.1.0
0.0.1