| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.sviperll |
| Идентификатор | Идентификаторchicory-maven-parent |
| Версия | Версия0.29 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| chicory-maven-parent-0.29.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-maven-parent/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>chicory-maven-parent</artifactId>
<version>0.29</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-maven-parent/
implementation 'com.github.sviperll:chicory-maven-parent:0.29'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-maven-parent/
implementation ("com.github.sviperll:chicory-maven-parent:0.29")
'com.github.sviperll:chicory-maven-parent:pom:0.29'
<dependency org="com.github.sviperll" name="chicory-maven-parent" rev="0.29">
<artifact name="chicory-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-maven-parent', version='0.29')
)
libraryDependencies += "com.github.sviperll" % "chicory-maven-parent" % "0.29"
[com.github.sviperll/chicory-maven-parent "0.29"]