Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.trajano.ms.app |
ArtifactId | ArtifactIdsample-ms |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
sample-ms-1.1.3.pom | |
sample-ms-1.1.3.jar | 21 MB |
sample-ms-1.1.3-tests.jar | 3 KB |
sample-ms-1.1.3-test-sources.jar | 2 KB |
sample-ms-1.1.3-sources.jar | 8 KB |
sample-ms-1.1.3-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/sample-ms/ -->
<dependency>
<groupId>net.trajano.ms.app</groupId>
<artifactId>sample-ms</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-ms/
implementation 'net.trajano.ms.app:sample-ms:1.1.3'
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-ms/
implementation ("net.trajano.ms.app:sample-ms:1.1.3")
'net.trajano.ms.app:sample-ms:jar:1.1.3'
<dependency org="net.trajano.ms.app" name="sample-ms" rev="1.1.3">
<artifact name="sample-ms" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='sample-ms', version='1.1.3')
)
libraryDependencies += "net.trajano.ms.app" % "sample-ms" % "1.1.3"
[net.trajano.ms.app/sample-ms "1.1.3"]