Shaded Xembly JAR With Dependencies
Usually, you're supposed to use this dependency in your pom.xml:
<dependency> <groupId>com.jcabi.incubator</groupId> <artifactId>xembly</artifactId> <version>0.21.1</version> </dependency>
However, if you have conflicts between dependencies, you can use our shaded JAR, that includes all dependencies:
<dependency> <groupId>com.jcabi.incubator</groupId> <artifactId>xembly</artifactId> <version>0.21.1</version> <classifier>jar-with-dependencies</classifier> </dependency>