Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.sofia |
ArtifactId | ArtifactIdtests |
Version | Version0.20 |
Type | Typepom |
Filename | Size |
---|---|
tests-0.20.pom | 673 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>tests</artifactId>
<version>0.20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation 'com.antwerkz.sofia:tests:0.20'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation ("com.antwerkz.sofia:tests:0.20")
'com.antwerkz.sofia:tests:pom:0.20'
<dependency org="com.antwerkz.sofia" name="tests" rev="0.20">
<artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='tests', version='0.20')
)
libraryDependencies += "com.antwerkz.sofia" % "tests" % "0.20"
[com.antwerkz.sofia/tests "0.20"]