Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.github.cas-side |
ArtifactId | ArtifactIdcas-x-support-clients |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cas-x-support-clients-1.0.0.pom | |
cas-x-support-clients-1.0.0.jar | 24 KB |
cas-x-support-clients-1.0.0-sources.jar | 14 KB |
cas-x-support-clients-1.0.0-javadoc.jar | 113 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.0</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.0'
// https://jarcasting.com/artifacts/com.github.cas-side/cas-x-support-clients/
implementation ("com.github.cas-side:cas-x-support-clients:1.0.0")
'com.github.cas-side:cas-x-support-clients:jar:1.0.0'
<dependency org="com.github.cas-side" name="cas-x-support-clients" rev="1.0.0">
<artifact name="cas-x-support-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cas-side', module='cas-x-support-clients', version='1.0.0')
)
libraryDependencies += "com.github.cas-side" % "cas-x-support-clients" % "1.0.0"
[com.github.cas-side/cas-x-support-clients "1.0.0"]