GroupId | GroupIdcom.auth0 |
---|---|
ArtifactId | ArtifactIdmvc-auth-commons |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
mvc-auth-commons-1.6.0.pom | |
mvc-auth-commons-1.6.0-sources.jar | 21 KB |
mvc-auth-commons-1.6.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/ -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/
implementation 'com.auth0:mvc-auth-commons:1.6.0'
// https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/
implementation ("com.auth0:mvc-auth-commons:1.6.0")
'com.auth0:mvc-auth-commons:jar:1.6.0'
<dependency org="com.auth0" name="mvc-auth-commons" rev="1.6.0">
<artifact name="mvc-auth-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='mvc-auth-commons', version='1.6.0')
)
libraryDependencies += "com.auth0" % "mvc-auth-commons" % "1.6.0"
[com.auth0/mvc-auth-commons "1.6.0"]