is not current version
Last Version 1.1.18

net.trajano.ms.app:app-ms 0.0.4

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

Type

pom

Download app-ms 0.0.4

Filename Size
app-ms-0.0.4.pom 3 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.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/app-ms/
implementation 'net.trajano.ms.app:app-ms:0.0.4'
// https://jarcasting.com/artifacts/net.trajano.ms.app/app-ms/
implementation ("net.trajano.ms.app:app-ms:0.0.4")
'net.trajano.ms.app:app-ms:pom:0.0.4'
<dependency org="net.trajano.ms.app" name="app-ms" rev="0.0.4">
  <artifact name="app-ms" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='app-ms', version='0.0.4')
)
libraryDependencies += "net.trajano.ms.app" % "app-ms" % "0.0.4"
[net.trajano.ms.app/app-ms "0.0.4"]