GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdauth-ee |
Version | Version1.0.27 |
Type | Typejar |
Filename | Size |
---|---|
auth-ee-1.0.27.pom | |
auth-ee-1.0.27.jar | 10 KB |
auth-ee-1.0.27-sources.jar | 7 KB |
auth-ee-1.0.27-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.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/auth-ee/
implementation 'com.jslsolucoes:auth-ee:1.0.27'
// https://jarcasting.com/artifacts/com.jslsolucoes/auth-ee/
implementation ("com.jslsolucoes:auth-ee:1.0.27")
'com.jslsolucoes:auth-ee:jar:1.0.27'
<dependency org="com.jslsolucoes" name="auth-ee" rev="1.0.27">
<artifact name="auth-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='auth-ee', version='1.0.27')
)
libraryDependencies += "com.jslsolucoes" % "auth-ee" % "1.0.27"
[com.jslsolucoes/auth-ee "1.0.27"]