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