| GroupId | GroupIdcom.att.ajsc |
|---|---|
| ArtifactId | ArtifactIdajsc-bom |
| Version | Version3.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ajsc-bom-3.0.0.pom | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.att.ajsc/ajsc-bom/ -->
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-bom</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.att.ajsc/ajsc-bom/
implementation 'com.att.ajsc:ajsc-bom:3.0.0'
// https://jarcasting.com/artifacts/com.att.ajsc/ajsc-bom/
implementation ("com.att.ajsc:ajsc-bom:3.0.0")
'com.att.ajsc:ajsc-bom:pom:3.0.0'
<dependency org="com.att.ajsc" name="ajsc-bom" rev="3.0.0">
<artifact name="ajsc-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.att.ajsc', module='ajsc-bom', version='3.0.0')
)
libraryDependencies += "com.att.ajsc" % "ajsc-bom" % "3.0.0"
[com.att.ajsc/ajsc-bom "3.0.0"]