| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.antwerkz.sofia |
| Идентификатор | Идентификаторtests |
| Версия | Версия0.15 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tests-0.15.pom | |
| tests-0.15.jar | 4 KB |
| tests-0.15-sources.jar | 2 KB |
| tests-0.15-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>tests</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation 'com.antwerkz.sofia:tests:0.15'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation ("com.antwerkz.sofia:tests:0.15")
'com.antwerkz.sofia:tests:jar:0.15'
<dependency org="com.antwerkz.sofia" name="tests" rev="0.15">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='tests', version='0.15')
)
libraryDependencies += "com.antwerkz.sofia" % "tests" % "0.15"
[com.antwerkz.sofia/tests "0.15"]