Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.trajano.auth |
ArtifactId | ArtifactIdtest-server-auth-module |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.trajano.auth/test-server-auth-module/ -->
<dependency>
<groupId>net.trajano.auth</groupId>
<artifactId>test-server-auth-module</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.auth/test-server-auth-module/
implementation 'net.trajano.auth:test-server-auth-module:1.0.1'
// https://jarcasting.com/artifacts/net.trajano.auth/test-server-auth-module/
implementation ("net.trajano.auth:test-server-auth-module:1.0.1")
'net.trajano.auth:test-server-auth-module:jar:1.0.1'
<dependency org="net.trajano.auth" name="test-server-auth-module" rev="1.0.1">
<artifact name="test-server-auth-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.auth', module='test-server-auth-module', version='1.0.1')
)
libraryDependencies += "net.trajano.auth" % "test-server-auth-module" % "1.0.1"
[net.trajano.auth/test-server-auth-module "1.0.1"]