io.takari.siesta:siesta-client

Takari: The future of software delivery.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

2.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.takari.siesta:siesta-client
Takari: The future of software delivery.

Скачать siesta-client

Имя Файла Размер
siesta-client-2.3.2.pom
siesta-client-2.3.2.jar 1 KB
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.7
org.jboss.resteasy : resteasy-client jar 3.1.3.Final

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

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

Takari POM

The parent POM for all projects of Takari allowing deployment to the Central Repository and centralized plugin and configuration management.

Usage

Just add a parent segment with the latest version to your project

  <parent>
    <groupId>io.takari</groupId>
    <artifactId>takari</artifactId>
    <version>27</version>
  </parent>

To release your project you can use the usual Maven release process.

mvn release:prepare release:perform

This deploys the project to the Central Repository and hence the binaries are available whereever Central is available. Prior to that the staging repository needs to be closed and released on OSSRH.

SNAPSHOT version deployments emulating the full release build can be done with

mvn clean deploy -P takari-release

Binaries end up on https://oss.sonatype.org/content/repositories/snapshots/

The project uses the Takari Lifecycle for resources, compiler, jar, install and deploy replacement.

Build

As usual

mvn clean install

Release

Same as for usage of the project...

io.takari.siesta

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

Версия
2.3.2
2.3.1
2.3.0
2.2.1