| License |
License
GNU General Public License v3.0
|
|---|---|
| GroupId | GroupIdcom.cast-info.devops |
| ArtifactId | ArtifactIdrobotest-bom |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
Descriptioncom.cast-info.devops:robotest-bom
ROBOTEST Bill of Materials.
|
| Filename | Size |
|---|---|
| robotest-bom-2.0.0.pom | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cast-info.devops/robotest-bom/ -->
<dependency>
<groupId>com.cast-info.devops</groupId>
<artifactId>robotest-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cast-info.devops/robotest-bom/
implementation 'com.cast-info.devops:robotest-bom:2.0.0'
// https://jarcasting.com/artifacts/com.cast-info.devops/robotest-bom/
implementation ("com.cast-info.devops:robotest-bom:2.0.0")
'com.cast-info.devops:robotest-bom:pom:2.0.0'
<dependency org="com.cast-info.devops" name="robotest-bom" rev="2.0.0">
<artifact name="robotest-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cast-info.devops', module='robotest-bom', version='2.0.0')
)
libraryDependencies += "com.cast-info.devops" % "robotest-bom" % "2.0.0"
[com.cast-info.devops/robotest-bom "2.0.0"]