Categories |
CategoriesSpring MVC User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.auth0 |
ArtifactId | ArtifactIdauth0-spring-mvc |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auth0-spring-mvc-0.0.1.pom | |
auth0-spring-mvc-0.0.1.jar | 17 KB |
auth0-spring-mvc-0.0.1-sources.jar | 10 KB |
auth0-spring-mvc-0.0.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0/auth0-spring-mvc/ -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0-spring-mvc</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/auth0-spring-mvc/
implementation 'com.auth0:auth0-spring-mvc:0.0.1'
// https://jarcasting.com/artifacts/com.auth0/auth0-spring-mvc/
implementation ("com.auth0:auth0-spring-mvc:0.0.1")
'com.auth0:auth0-spring-mvc:jar:0.0.1'
<dependency org="com.auth0" name="auth0-spring-mvc" rev="0.0.1">
<artifact name="auth0-spring-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='auth0-spring-mvc', version='0.0.1')
)
libraryDependencies += "com.auth0" % "auth0-spring-mvc" % "0.0.1"
[com.auth0/auth0-spring-mvc "0.0.1"]