Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.att.woorea |
ArtifactId | ArtifactIdkeystone-client |
Version | Version3.3.28-oss |
Type | Typejar |
Filename | Size |
---|---|
keystone-client-3.3.28-oss.pom | |
keystone-client-3.3.28-oss.jar | 48 KB |
keystone-client-3.3.28-oss-sources.jar | 18 KB |
keystone-client-3.3.28-oss-javadoc.jar | 298 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.att.woorea/keystone-client/ -->
<dependency>
<groupId>com.att.woorea</groupId>
<artifactId>keystone-client</artifactId>
<version>3.3.28-oss</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.woorea/keystone-client/
implementation 'com.att.woorea:keystone-client:3.3.28-oss'
// https://jarcasting.com/artifacts/com.att.woorea/keystone-client/
implementation ("com.att.woorea:keystone-client:3.3.28-oss")
'com.att.woorea:keystone-client:jar:3.3.28-oss'
<dependency org="com.att.woorea" name="keystone-client" rev="3.3.28-oss">
<artifact name="keystone-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.woorea', module='keystone-client', version='3.3.28-oss')
)
libraryDependencies += "com.att.woorea" % "keystone-client" % "3.3.28-oss"
[com.att.woorea/keystone-client "3.3.28-oss"]