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