MVN

net.trajano.ms.app : app-ms

Maven & Gradle

May 23, 2018

Microservice Application · 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.

<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>app-ms</artifactId>
    <version>1.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.trajano.ms.app : app-ms to add to Maven - Latest Versions:

  • Latest Stable: 1.1.18

All Versions

Choose a version of net.trajano.ms.app : app-ms to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
app-ms-1.1.18
app-ms-1.1.15
app-ms-1.1.12
app-ms-1.1.11
app-ms-1.1.10
app-ms-1.1.7
app-ms-1.1.6
app-ms-1.1.5
app-ms-1.1.3
app-ms-1.1.0
1.0.x
app-ms-1.0.2
app-ms-1.0.0
0.0.x
app-ms-0.0.9
app-ms-0.0.8
app-ms-0.0.7
app-ms-0.0.5
app-ms-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>app-ms</artifactId>
    <version>1.1.18</version>
</dependency>

Advertisement