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