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