MVN

io.knotx : knotx-assembler

Maven & Gradle

Jun 10, 2019
2 usages
0 stars

Knot.x Assembler · Assembler - combines fragments into single body

<dependency>
    <groupId>io.knotx</groupId>
    <artifactId>knotx-assembler</artifactId>
    <version>2.0.0-RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.knotx : knotx-assembler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-RC2
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of io.knotx : knotx-assembler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
knotx-assembler-2.0.0-RC2
knotx-assembler-2.0.0-RC1

How to add a dependency to Maven

Add the following io.knotx : knotx-assembler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.knotx</groupId>
    <artifactId>knotx-assembler</artifactId>
    <version>2.0.0-RC2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.knotx : knotx-assembler gradle dependency to your build.gradle file:

implementation 'io.knotx:knotx-assembler:2.0.0-RC2'

Gradle Kotlin DSL: Add the following io.knotx : knotx-assembler gradle kotlin dependency to your build.gradle.kts file:

implementation("io.knotx:knotx-assembler:2.0.0-RC2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.knotx : knotx-assembler sbt scala dependency to your build.sbt file:

libraryDependencies += "io.knotx" % "knotx-assembler" % "2.0.0-RC2"

Advertisement

Dependencies from Group

Sep 06, 2021
45 usages
2 stars
Dec 08, 2020
30 usages
126 stars
Sep 06, 2021
13 usages
2 stars
Sep 06, 2021
12 usages
Sep 06, 2021
11 usages
0 stars

Discover Dependencies