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