Download knotx-core-1.2.0.jar file - Jar k

Jar examples for k:knotx-core

Description

Core Knot.x module consisting of Server, Repositories, Splitter, Assembler and Gateway.

You can download jar file knotx-core 1.2.0 in this page.

License

Apache License

Build File

You can use the following script to add knotx-core-1.2.0.jar to your project.

<dependency>
   <groupId>io.knotx</groupId>
   <artifactId>knotx-core</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'io.knotx', name: 'knotx-core', version: '1.2.0'
libraryDependencies += "io.knotx" % "knotx-core" % "1.2.0"
<dependency org="io.knotx" name="knotx-core" rev="1.2.0"/>
@Grapes(@Grab(group='io.knotx', module='knotx-core', version='1.2.0'))
'io.knotx:knotx-core:jar:1.2.0'

Download

Click the following link to download the jar file.

knotx-core-1.2.0-javadoc.jar
knotx-core-1.2.0-sources.jar
knotx-core-1.2.0.jar
knotx-core-1.2.0.pom



Related Tutorials