GroupId | GroupIdcom.github.jnoee |
---|---|
ArtifactId | ArtifactIdxo-starter-auth |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xo-starter-auth-1.0.0.pom | |
xo-starter-auth-1.0.0.jar | 10 KB |
xo-starter-auth-1.0.0-sources.jar | 7 KB |
xo-starter-auth-1.0.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-auth/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>xo-starter-auth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-auth/
implementation 'com.github.jnoee:xo-starter-auth:1.0.0'
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-auth/
implementation ("com.github.jnoee:xo-starter-auth:1.0.0")
'com.github.jnoee:xo-starter-auth:jar:1.0.0'
<dependency org="com.github.jnoee" name="xo-starter-auth" rev="1.0.0">
<artifact name="xo-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='xo-starter-auth', version='1.0.0')
)
libraryDependencies += "com.github.jnoee" % "xo-starter-auth" % "1.0.0"
[com.github.jnoee/xo-starter-auth "1.0.0"]