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