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