is not current version
Last Version 1.2.0

net.zileo:ninja-auth0 1.0.0

Library for integrating Auth0 authentication service to your Ninja Framework project.

Categories

Categories

Net Ninja User Interface Web Frameworks
GroupId

GroupId

net.zileo
ArtifactId

ArtifactId

ninja-auth0
Version

Version

1.0.0
Type

Type

jar

Download ninja-auth0 1.0.0


<!-- https://jarcasting.com/artifacts/net.zileo/ninja-auth0/ -->
<dependency>
    <groupId>net.zileo</groupId>
    <artifactId>ninja-auth0</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.zileo/ninja-auth0/
implementation 'net.zileo:ninja-auth0:1.0.0'
// https://jarcasting.com/artifacts/net.zileo/ninja-auth0/
implementation ("net.zileo:ninja-auth0:1.0.0")
'net.zileo:ninja-auth0:jar:1.0.0'
<dependency org="net.zileo" name="ninja-auth0" rev="1.0.0">
  <artifact name="ninja-auth0" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.zileo', module='ninja-auth0', version='1.0.0')
)
libraryDependencies += "net.zileo" % "ninja-auth0" % "1.0.0"
[net.zileo/ninja-auth0 "1.0.0"]