| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.skeychen |
| ArtifactId | ArtifactIddswork-common-ssosdk |
| Version | Version8.8.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dswork-common-ssosdk-8.8.8.pom | |
| dswork-common-ssosdk-8.8.8.jar | 45 KB |
| dswork-common-ssosdk-8.8.8-sources.jar | 40 KB |
| dswork-common-ssosdk-8.8.8-javadoc.jar | 220 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-common-ssosdk/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-common-ssosdk</artifactId>
<version>8.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-common-ssosdk/
implementation 'com.github.skeychen:dswork-common-ssosdk:8.8.8'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-common-ssosdk/
implementation ("com.github.skeychen:dswork-common-ssosdk:8.8.8")
'com.github.skeychen:dswork-common-ssosdk:jar:8.8.8'
<dependency org="com.github.skeychen" name="dswork-common-ssosdk" rev="8.8.8">
<artifact name="dswork-common-ssosdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-common-ssosdk', version='8.8.8')
)
libraryDependencies += "com.github.skeychen" % "dswork-common-ssosdk" % "8.8.8"
[com.github.skeychen/dswork-common-ssosdk "8.8.8"]