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