Files download
File Operation
knotx-fragments-supplier-api-2.3.1.jar download
knotx-fragments-supplier-api-2.3.1.pom download
knotx-fragments-supplier-api-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.knotx</groupId>
  <artifactId>knotx-fragments-supplier-api</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.knotx:knotx-fragments-supplier-api:2.3.1'
Gradle Kotlin
implementation("io.knotx:knotx-fragments-supplier-api:2.3.1")
Scala SBT
libraryDependencies += "io.knotx" % "knotx-fragments-supplier-api" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.knotx', module='knotx-fragments-supplier-api', version='2.3.1')
)
Apache Ivy
<dependency org="io.knotx" name="knotx-fragments-supplier-api" rev="2.3.1" />
Leiningen
[io.knotx/knotx-fragments-supplier-api "2.3.1"]
Apache Buildr
'io.knotx:knotx-fragments-supplier-api:jar:2.3.1'