GroupId | GroupIdcom.zaubersoftware.commons.auth |
---|---|
ArtifactId | ArtifactIdcommons-auth-api |
Version | Version3.50 |
Type | Typejar |
Filename | Size |
---|---|
commons-auth-api-3.50.pom | |
commons-auth-api-3.50.jar | 5 KB |
commons-auth-api-3.50-sources.jar | 4 KB |
commons-auth-api-3.50-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/commons-auth-api/ -->
<dependency>
<groupId>com.zaubersoftware.commons.auth</groupId>
<artifactId>commons-auth-api</artifactId>
<version>3.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/commons-auth-api/
implementation 'com.zaubersoftware.commons.auth:commons-auth-api:3.50'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.auth/commons-auth-api/
implementation ("com.zaubersoftware.commons.auth:commons-auth-api:3.50")
'com.zaubersoftware.commons.auth:commons-auth-api:jar:3.50'
<dependency org="com.zaubersoftware.commons.auth" name="commons-auth-api" rev="3.50">
<artifact name="commons-auth-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.auth', module='commons-auth-api', version='3.50')
)
libraryDependencies += "com.zaubersoftware.commons.auth" % "commons-auth-api" % "3.50"
[com.zaubersoftware.commons.auth/commons-auth-api "3.50"]