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