| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.antwerkz.sofia |
| Идентификатор | Идентификаторtests |
| Последняя версия | Последняя версия0.23 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| tests-0.23.pom | |
| tests-0.23.jar | 4 KB |
| tests-0.23-sources.jar | 2 KB |
| tests-0.23-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>tests</artifactId>
<version>0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation 'com.antwerkz.sofia:tests:0.23'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation ("com.antwerkz.sofia:tests:0.23")
'com.antwerkz.sofia:tests:jar:0.23'
<dependency org="com.antwerkz.sofia" name="tests" rev="0.23">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='tests', version='0.23')
)
libraryDependencies += "com.antwerkz.sofia" % "tests" % "0.23"
[com.antwerkz.sofia/tests "0.23"]