Lwapp Core

Lwapp core can be used to develop microservices. The application can be deployed and executed as a standalone application. Visit the website for further details.

License

License

GroupId

GroupId

org.lwapp
ArtifactId

ArtifactId

lwapp-core
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Lwapp Core
Lwapp core can be used to develop microservices. The application can be deployed and executed as a standalone application. Visit the website for further details.
Project URL

Project URL

https://bitbucket.org/lwapp/lwapp-core
Source Code Management

Source Code Management

https://bitbucket.org/lwapp/lwapp-core/src/

Download lwapp-core

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-server jar 2.22.1
org.glassfish.jersey.containers : jersey-container-servlet jar 2.22.1
org.apache.cocoon.sax : cocoon-sax jar 3.0.0-alpha-3
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.22.1
javax.servlet.jsp : jsp-api jar 2.2
org.lwapp : lwapp-configclient jar 1.2.1
org.lwapp : lwapp-commons jar 1.2.1
org.glassfish.jersey.containers.glassfish : jersey-gf-cdi jar 2.14
org.jboss.weld.se : weld-se jar 2.3.2.Final
org.jboss : jandex jar 2.0.1.Final
org.glassfish.jersey.ext : jersey-bean-validation jar 2.22.1
org.slf4j : slf4j-api jar 1.7.7
org.eclipse.jetty : jetty-webapp jar 9.3.7.v20160115
org.jboss.spec.javax.transaction : jboss-transaction-api_1.2_spec jar 1.0.0.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.GA
1.1.GA
1.0.GA
1.0.M4
1.0.M3
1.0.M2
1.0.M1