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