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