| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Ant |
| Группа | Группаio.github.marcelosantosti |
| Идентификатор | Идентификаторtest-maven |
| Последняя версия | Последняя версия0.0.17 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеYour name of the lib
Your description of the lib
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| test-maven-0.0.17.pom | |
| test-maven-0.0.17.jar | 1 KB |
| test-maven-0.0.17-sources.jar | 912 bytes |
| test-maven-0.0.17-javadoc.jar | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.marcelosantosti/test-maven/ -->
<dependency>
<groupId>io.github.marcelosantosti</groupId>
<artifactId>test-maven</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.marcelosantosti/test-maven/
implementation 'io.github.marcelosantosti:test-maven:0.0.17'
// https://jarcasting.com/artifacts/io.github.marcelosantosti/test-maven/
implementation ("io.github.marcelosantosti:test-maven:0.0.17")
'io.github.marcelosantosti:test-maven:jar:0.0.17'
<dependency org="io.github.marcelosantosti" name="test-maven" rev="0.0.17">
<artifact name="test-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.marcelosantosti', module='test-maven', version='0.0.17')
)
libraryDependencies += "io.github.marcelosantosti" % "test-maven" % "0.0.17"
[io.github.marcelosantosti/test-maven "0.0.17"]