knotx-assembler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-assembler</artifactId>
<version>2.0.0-RC2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.knotx</groupId>
<artifactId>knotx-assembler</artifactId>
<version>2.0.0-RC2</version>
<name>Knot.x Assembler</name>
<description>Assembler - combines fragments into single body</description>
<url>http://knotx.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>marcinczeczko</id>
<name>Marcin Czeczko</name>
<email>https://github.com/marcinczeczko</email>
</developer>
<developer>
<id>skejven</id>
<name>Maciej Laskowski</name>
<email>https://github.com/Skejven</email>
</developer>
<developer>
<id>tomaszmichalak</id>
<name>Tomasz Michalak</name>
<email>https://github.com/tomaszmichalak</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Knotx/knotx-server-http.git</connection>
<developerConnection>scm:git:ssh://github.com:Knotx/knotx-server-http.git</developerConnection>
<url>http://knotx.io</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-dependencies</artifactId>
<version>2.0.0-RC2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-server-http-api</artifactId>
<version>2.0.0-RC2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-java2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>