Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.sofia |
ArtifactId | ArtifactIdtests |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
tests-0.13.pom | |
tests-0.13.jar | 4 KB |
tests-0.13-sources.jar | 2 KB |
tests-0.13-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>tests</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation 'com.antwerkz.sofia:tests:0.13'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation ("com.antwerkz.sofia:tests:0.13")
'com.antwerkz.sofia:tests:jar:0.13'
<dependency org="com.antwerkz.sofia" name="tests" rev="0.13">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='tests', version='0.13')
)
libraryDependencies += "com.antwerkz.sofia" % "tests" % "0.13"
[com.antwerkz.sofia/tests "0.13"]