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