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