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