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