Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.trajano.ms.app |
ArtifactId | ArtifactIdms-gateway |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
ms-gateway-0.0.7.pom | |
ms-gateway-0.0.7.jar | 13 MB |
ms-gateway-0.0.7-tests.jar | 3 KB |
ms-gateway-0.0.7-test-sources.jar | 3 KB |
ms-gateway-0.0.7-sources.jar | 11 KB |
ms-gateway-0.0.7-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/ms-gateway/ -->
<dependency>
<groupId>net.trajano.ms.app</groupId>
<artifactId>ms-gateway</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-gateway/
implementation 'net.trajano.ms.app:ms-gateway:0.0.7'
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-gateway/
implementation ("net.trajano.ms.app:ms-gateway:0.0.7")
'net.trajano.ms.app:ms-gateway:jar:0.0.7'
<dependency org="net.trajano.ms.app" name="ms-gateway" rev="0.0.7">
<artifact name="ms-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='ms-gateway', version='0.0.7')
)
libraryDependencies += "net.trajano.ms.app" % "ms-gateway" % "0.0.7"
[net.trajano.ms.app/ms-gateway "0.0.7"]