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