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