| GroupId | GroupIdcom.att.cadi |
|---|---|
| ArtifactId | ArtifactIdcadi-core |
| Last Version | Last Version1.3.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCADI Core Framework (Code, Access, Data, Identity)
CADI
|
| Filename | Size |
|---|---|
| cadi-core-1.3.2.1.pom | |
| cadi-core-1.3.2.1.jar | 184 KB |
| cadi-core-1.3.2.1-tests.jar | 25 KB |
| cadi-core-1.3.2.1-sources.jar | 115 KB |
| cadi-core-1.3.2.1-javadoc.jar | 709 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.att.cadi/cadi-core/ -->
<dependency>
<groupId>com.att.cadi</groupId>
<artifactId>cadi-core</artifactId>
<version>1.3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.cadi/cadi-core/
implementation 'com.att.cadi:cadi-core:1.3.2.1'
// https://jarcasting.com/artifacts/com.att.cadi/cadi-core/
implementation ("com.att.cadi:cadi-core:1.3.2.1")
'com.att.cadi:cadi-core:jar:1.3.2.1'
<dependency org="com.att.cadi" name="cadi-core" rev="1.3.2.1">
<artifact name="cadi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.cadi', module='cadi-core', version='1.3.2.1')
)
libraryDependencies += "com.att.cadi" % "cadi-core" % "1.3.2.1"
[com.att.cadi/cadi-core "1.3.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | |
| org.slf4j : slf4j-api | jar |