| License |
License |
|---|---|
| GroupId | GroupIdcom.pnxtest |
| ArtifactId | ArtifactIdpnx-test-bom |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionpnx-test-bom
Bill of materials to make sure a consistent set of versions is used for pnxtest modules
|
| Filename | Size |
|---|---|
| pnx-test-bom-1.0.2.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pnxtest/pnx-test-bom/ -->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-bom</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-bom/
implementation 'com.pnxtest:pnx-test-bom:1.0.2'
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-bom/
implementation ("com.pnxtest:pnx-test-bom:1.0.2")
'com.pnxtest:pnx-test-bom:pom:1.0.2'
<dependency org="com.pnxtest" name="pnx-test-bom" rev="1.0.2">
<artifact name="pnx-test-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pnxtest', module='pnx-test-bom', version='1.0.2')
)
libraryDependencies += "com.pnxtest" % "pnx-test-bom" % "1.0.2"
[com.pnxtest/pnx-test-bom "1.0.2"]