is not current version
Last Version 1.1.18

net.trajano.ms.app:app-ms 0.0.7

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.

Categories

Categories

Net
GroupId

GroupId

net.trajano.ms.app
ArtifactId

ArtifactId

app-ms
Version

Version

0.0.7
Type

Type

pom

Download app-ms 0.0.7

Filename Size
app-ms-0.0.7.pom 4 KB
Browse

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