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