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