License |
License |
---|---|
GroupId | GroupIdio.knotx |
ArtifactId | ArtifactIdknotx-dependencies |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKnot.x Dependencies - BOM containing external Knot.x dependencies versions.
BOM containing external Knot.x dependencies versions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
knotx-dependencies-2.3.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.knotx/knotx-dependencies/ -->
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-dependencies</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.knotx/knotx-dependencies/
implementation 'io.knotx:knotx-dependencies:2.3.1'
// https://jarcasting.com/artifacts/io.knotx/knotx-dependencies/
implementation ("io.knotx:knotx-dependencies:2.3.1")
'io.knotx:knotx-dependencies:pom:2.3.1'
<dependency org="io.knotx" name="knotx-dependencies" rev="2.3.1">
<artifact name="knotx-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.knotx', module='knotx-dependencies', version='2.3.1')
)
libraryDependencies += "io.knotx" % "knotx-dependencies" % "2.3.1"
[io.knotx/knotx-dependencies "2.3.1"]