GroupId | GroupIdorg.esigate |
---|---|
ArtifactId | ArtifactIdesigate-cas |
Version | Version5.0-beta-1 |
Type | Typejar |
Filename | Size |
---|---|
esigate-cas-5.0-beta-1.pom | |
esigate-cas-5.0-beta-1.jar | 4 KB |
esigate-cas-5.0-beta-1-sources.jar | 2 KB |
esigate-cas-5.0-beta-1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.esigate/esigate-cas/ -->
<dependency>
<groupId>org.esigate</groupId>
<artifactId>esigate-cas</artifactId>
<version>5.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.esigate/esigate-cas/
implementation 'org.esigate:esigate-cas:5.0-beta-1'
// https://jarcasting.com/artifacts/org.esigate/esigate-cas/
implementation ("org.esigate:esigate-cas:5.0-beta-1")
'org.esigate:esigate-cas:jar:5.0-beta-1'
<dependency org="org.esigate" name="esigate-cas" rev="5.0-beta-1">
<artifact name="esigate-cas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.esigate', module='esigate-cas', version='5.0-beta-1')
)
libraryDependencies += "org.esigate" % "esigate-cas" % "5.0-beta-1"
[org.esigate/esigate-cas "5.0-beta-1"]