| License |
License |
|---|---|
| GroupId | GroupIdcom.pnxtest |
| ArtifactId | ArtifactIdpnx-test-dependencies |
| Version | Version1.0.2 |
| Type | Typepom |
| Description |
Descriptionpnx-test-dependencies
PnxTest transitive dependencies
|
| Filename | Size |
|---|---|
| pnx-test-dependencies-1.0.2.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pnxtest/pnx-test-dependencies/ -->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-dependencies</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-dependencies/
implementation 'com.pnxtest:pnx-test-dependencies:1.0.2'
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-dependencies/
implementation ("com.pnxtest:pnx-test-dependencies:1.0.2")
'com.pnxtest:pnx-test-dependencies:pom:1.0.2'
<dependency org="com.pnxtest" name="pnx-test-dependencies" rev="1.0.2">
<artifact name="pnx-test-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pnxtest', module='pnx-test-dependencies', version='1.0.2')
)
libraryDependencies += "com.pnxtest" % "pnx-test-dependencies" % "1.0.2"
[com.pnxtest/pnx-test-dependencies "1.0.2"]