webserver

Takari: The future of software delivery.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

webserver
Takari: The future of software delivery.

Скачать webserver

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

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

Зависимости

compile (16)

Идентификатор библиотеки Тип Версия
org.sonatype.goodies : goodies-common jar 2.1.0
org.sonatype.goodies : goodies-lifecycle jar 2.1.0
javax.inject : javax.inject jar 1
javax.servlet : javax.servlet-api jar 3.1.0
com.google.inject : guice jar 4.0
org.eclipse.jetty : jetty-server jar 9.2.11.v20150529
org.eclipse.jetty : jetty-util jar 9.2.11.v20150529
org.eclipse.jetty : jetty-servlet jar 9.2.11.v20150529
org.eclipse.jetty : jetty-servlets jar 9.2.11.v20150529
org.eclipse.jetty : jetty-webapp jar 9.2.11.v20150529
com.google.code.gson : gson jar 2.3.1
org.jboss.resteasy : resteasy-jaxrs jar 3.0.13.Final
org.jboss.resteasy : resteasy-servlet-initializer jar 3.0.13.Final
org.elasticsearch : elasticsearch jar 2.3.3
org.jsoup : jsoup jar 1.9.2
io.takari : directory-watcher jar 0.0.7

test (5)

Идентификатор библиотеки Тип Версия
org.sonatype.goodies : goodies-testsupport jar 2.1.0
org.slf4j : jul-to-slf4j jar 1.7.10
io.takari.junit : takari-cpsuite jar 1.2.7
com.squareup.okhttp : okhttp jar 2.2.0
org.easytesting : fest-assert jar 1.4

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

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

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

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

Версия
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1