Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.adeptnet.auth |
ArtifactId | ArtifactIdauth-common |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auth-common-1.0.1.pom | |
auth-common-1.0.1.jar | 3 KB |
auth-common-1.0.1-sources.jar | 1 KB |
auth-common-1.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.adeptnet.auth/auth-common/ -->
<dependency>
<groupId>org.adeptnet.auth</groupId>
<artifactId>auth-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-common/
implementation 'org.adeptnet.auth:auth-common:1.0.1'
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-common/
implementation ("org.adeptnet.auth:auth-common:1.0.1")
'org.adeptnet.auth:auth-common:jar:1.0.1'
<dependency org="org.adeptnet.auth" name="auth-common" rev="1.0.1">
<artifact name="auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet.auth', module='auth-common', version='1.0.1')
)
libraryDependencies += "org.adeptnet.auth" % "auth-common" % "1.0.1"
[org.adeptnet.auth/auth-common "1.0.1"]