Last Version

Microservice Common 1.1.18

This is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.

License

License

Categories

Categories

Net
GroupId

GroupId

net.trajano.ms.app
ArtifactId

ArtifactId

ms-common
Version

Version

1.1.18
Type

Type

jar
Description

Description

Microservice Common
This is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.
Project Organization

Project Organization

Trajano

Download ms-common 1.1.18


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

Dependencies

compile (10)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar
com.google.code.gson : gson jar
io.swagger : swagger-annotations jar 1.5.16
javax.annotation : javax.annotation-api jar 1.2
javax.enterprise : cdi-api jar 1.2
javax.ws.rs : javax.ws.rs-api jar 2.0.1
org.bitbucket.b_c : jose4j jar 0.6.1
org.jboss.resteasy : resteasy-multipart-provider jar 3.5.1.Final
org.slf4j : slf4j-api jar
org.springframework.boot : spring-boot-autoconfigure jar

test (5)

Group / Artifact Type Version
net.trajano.commons : commons-testing jar 2.1.0
org.jboss.resteasy : resteasy-jaxrs jar 3.5.1.Final
org.slf4j : jcl-over-slf4j jar
org.slf4j : slf4j-jdk14 jar
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE

Project Modules

There are no modules declared in this project.