Last Version

Common Microservice Implementation 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-impl
Version

Version

1.1.18
Type

Type

jar
Description

Description

Common Microservice Implementation
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-impl 1.1.18


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

Dependencies

compile (3)

Group / Artifact Type Version
net.trajano.ms.app : ms-common jar 1.1.18
net.trajano.ms.app : ms-engine jar 1.1.18
org.jboss.resteasy : resteasy-multipart-provider jar 3.1.4.Final

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar
org.apache.bval : bval-jsr jar 1.1.2

test (2)

Group / Artifact Type Version
net.trajano.commons : commons-testing jar 2.1.0
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE

Project Modules

There are no modules declared in this project.