Ollie :: Core

Takari: The future of software delivery.

License

License

GroupId

GroupId

com.walmartlabs.ollie
ArtifactId

ArtifactId

ollie
Last Version

Last Version

0.0.37
Release Date

Release Date

Type

Type

takari-jar
Description

Description

Ollie :: Core
Takari: The future of software delivery.

Download ollie

Dependencies

compile (39)

Group / Artifact Type Version
com.walmartlabs.ollie : ollie-config jar
org.slf4j : slf4j-api jar
javax.inject : javax.inject jar
com.google.inject : guice jar
com.google.inject.extensions : guice-servlet jar
com.google.inject.extensions : guice-multibindings jar
org.eclipse.sisu : org.eclipse.sisu.inject jar
com.google.guava : guava jar
javax.servlet : javax.servlet-api jar
org.eclipse.jetty : jetty-server jar
org.eclipse.jetty : jetty-util jar
org.eclipse.jetty : jetty-servlet jar
org.eclipse.jetty : jetty-servlets jar
org.eclipse.jetty : jetty-webapp jar
org.eclipse.jetty : jetty-security jar
org.eclipse.jetty : jetty-deploy jar
org.eclipse.jetty : jetty-client jar
org.eclipse.jetty : jetty-jmx jar
org.eclipse.jetty : jetty-annotations jar
javax.ws.rs : javax.ws.rs-api jar
io.takari.siesta : siesta-api jar
io.takari.siesta : siesta-server jar
io.takari.siesta : siesta-jackson2 jar
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
org.jboss.resteasy : resteasy-yaml-provider jar
org.apache.shiro : shiro-core jar
org.apache.shiro : shiro-web jar
org.apache.shiro : shiro-guice jar
io.swagger : swagger-models jar
io.swagger : swagger-jaxrs jar
io.swagger : swagger-annotations jar
com.typesafe : config jar
io.airlift : security jar
org.jooq : jooq jar
io.dropwizard.metrics : metrics-core jar
org.liquibase : liquibase-core jar
com.zaxxer : HikariCP jar

test (7)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar
junit : junit jar
org.hamcrest : hamcrest-core jar
org.hamcrest : hamcrest-library jar
io.rest-assured : rest-assured jar
io.airlift : http-client jar
org.slf4j : slf4j-simple jar

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...

com.walmartlabs.ollie

Versions

Version
0.0.37
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.31
0.0.30
0.0.29
0.0.28
0.0.27
0.0.26
0.0.25
0.0.24
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11