| License |
License
BSD License
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.att.cadi |
| ArtifactId | ArtifactIdcadi-client |
| Last Version | Last Version1.3.2-oss |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCADI Client
CADI
|
| Filename | Size |
|---|---|
| cadi-client-1.3.2-oss.pom | |
| cadi-client-1.3.2-oss.jar | 81 KB |
| cadi-client-1.3.2-oss-sources.jar | 29 KB |
| cadi-client-1.3.2-oss-javadoc.jar | 182 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.att.cadi/cadi-client/ -->
<dependency>
<groupId>com.att.cadi</groupId>
<artifactId>cadi-client</artifactId>
<version>1.3.2-oss</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.cadi/cadi-client/
implementation 'com.att.cadi:cadi-client:1.3.2-oss'
// https://jarcasting.com/artifacts/com.att.cadi/cadi-client/
implementation ("com.att.cadi:cadi-client:1.3.2-oss")
'com.att.cadi:cadi-client:jar:1.3.2-oss'
<dependency org="com.att.cadi" name="cadi-client" rev="1.3.2-oss">
<artifact name="cadi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.cadi', module='cadi-client', version='1.3.2-oss')
)
libraryDependencies += "com.att.cadi" % "cadi-client" % "1.3.2-oss"
[com.att.cadi/cadi-client "1.3.2-oss"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.att.inno : rosetta | jar | 1.2.13 |
| com.att.cadi : cadi-core | jar | 1.3.2-oss |
| com.att.aft : dme2 | jar | 3.1.200-oss |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |