Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.att.woorea |
ArtifactId | ArtifactIdquantum-client |
Version | Version3.3.26-oss |
Type | Typejar |
Filename | Size |
---|---|
quantum-client-3.3.26-oss.pom | |
quantum-client-3.3.26-oss.jar | 55 KB |
quantum-client-3.3.26-oss-sources.jar | 8 KB |
quantum-client-3.3.26-oss-javadoc.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.att.woorea/quantum-client/ -->
<dependency>
<groupId>com.att.woorea</groupId>
<artifactId>quantum-client</artifactId>
<version>3.3.26-oss</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.woorea/quantum-client/
implementation 'com.att.woorea:quantum-client:3.3.26-oss'
// https://jarcasting.com/artifacts/com.att.woorea/quantum-client/
implementation ("com.att.woorea:quantum-client:3.3.26-oss")
'com.att.woorea:quantum-client:jar:3.3.26-oss'
<dependency org="com.att.woorea" name="quantum-client" rev="3.3.26-oss">
<artifact name="quantum-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.woorea', module='quantum-client', version='3.3.26-oss')
)
libraryDependencies += "com.att.woorea" % "quantum-client" % "3.3.26-oss"
[com.att.woorea/quantum-client "3.3.26-oss"]