| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.att.woorea |
| ArtifactId | ArtifactIdglance-client |
| Version | Version3.3.27-oss |
| Type | Typejar |
| Filename | Size |
|---|---|
| glance-client-3.3.27-oss.pom | |
| glance-client-3.3.27-oss.jar | 19 KB |
| glance-client-3.3.27-oss-sources.jar | 4 KB |
| glance-client-3.3.27-oss-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.att.woorea/glance-client/ -->
<dependency>
<groupId>com.att.woorea</groupId>
<artifactId>glance-client</artifactId>
<version>3.3.27-oss</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.woorea/glance-client/
implementation 'com.att.woorea:glance-client:3.3.27-oss'
// https://jarcasting.com/artifacts/com.att.woorea/glance-client/
implementation ("com.att.woorea:glance-client:3.3.27-oss")
'com.att.woorea:glance-client:jar:3.3.27-oss'
<dependency org="com.att.woorea" name="glance-client" rev="3.3.27-oss">
<artifact name="glance-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.woorea', module='glance-client', version='3.3.27-oss')
)
libraryDependencies += "com.att.woorea" % "glance-client" % "3.3.27-oss"
[com.att.woorea/glance-client "3.3.27-oss"]