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