Last Version

Sample Gateway 0.0.5

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

sample-gw
Version

Version

0.0.5
Type

Type

jar
Description

Description

Sample Gateway
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 sample-gw 0.0.5


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

Dependencies

compile (3)

Group / Artifact Type Version
net.trajano.ms.app : ms-gateway jar 0.0.5
io.vertx : vertx-web jar 3.4.2
io.vertx : vertx-web-client jar 3.4.2

Project Modules

There are no modules declared in this project.