is not current version
Last Version 1.1.18

net.trajano.ms.app:app-ms 1.1.0

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

1.1.0
Type

Type

pom

Download app-ms 1.1.0

Filename Size
app-ms-1.1.0.pom 6 KB
Browse

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