Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.github.cas-side |
ArtifactId | ArtifactIdcas-x-support-clients |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cas-x-support-clients-1.0.2.pom | |
cas-x-support-clients-1.0.2.jar | 27 KB |
cas-x-support-clients-1.0.2-sources.jar | 16 KB |
cas-x-support-clients-1.0.2-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cas-side/cas-x-support-clients/ -->
<dependency>
<groupId>com.github.cas-side</groupId>
<artifactId>cas-x-support-clients</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cas-side/cas-x-support-clients/
implementation 'com.github.cas-side:cas-x-support-clients:1.0.2'
// https://jarcasting.com/artifacts/com.github.cas-side/cas-x-support-clients/
implementation ("com.github.cas-side:cas-x-support-clients:1.0.2")
'com.github.cas-side:cas-x-support-clients:jar:1.0.2'
<dependency org="com.github.cas-side" name="cas-x-support-clients" rev="1.0.2">
<artifact name="cas-x-support-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cas-side', module='cas-x-support-clients', version='1.0.2')
)
libraryDependencies += "com.github.cas-side" % "cas-x-support-clients" % "1.0.2"
[com.github.cas-side/cas-x-support-clients "1.0.2"]