webserver

Takari: The future of software delivery.

License

License

GroupId

GroupId

io.takari
ArtifactId

ArtifactId

webserver
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

webserver
Takari: The future of software delivery.

Download webserver

How to add to project

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

Dependencies

compile (16)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1