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