MVN

com.jcabi.incubator : xembly

Maven & Gradle

Aug 24, 2022
37 usages
227 stars

xembly · Assembly for XML

<dependency>
    <groupId>com.jcabi.incubator</groupId>
    <artifactId>xembly</artifactId>
    <version>0.28.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jcabi.incubator : xembly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28.1

All Versions

Choose a version of com.jcabi.incubator : xembly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28.x
xembly-0.28.1
xembly-0.28.0
0.27.x
xembly-0.27.0
0.26.x
xembly-0.26.3
xembly-0.26.2
xembly-0.26.1
xembly-0.26.0
0.25.x
xembly-0.25.0
0.24.x
xembly-0.24.0
0.23.x
xembly-0.23.0
0.22.x
xembly-0.22.1
0.22
xembly-0.22
0.21.x
xembly-0.21.4
xembly-0.21.3
xembly-0.21.2
xembly-0.21.1
0.21
xembly-0.21
0.20.x
xembly-0.20.1
0.20
xembly-0.20
0.19.x
xembly-0.19.2
xembly-0.19.1
0.19
xembly-0.19
0.18
xembly-0.18
0.17.x
xembly-0.17.1
0.17
xembly-0.17
0.16.x
xembly-0.16.3
xembly-0.16.2
xembly-0.16.1
0.16
xembly-0.16
0.15.x
xembly-0.15.2
xembly-0.15.1
0.15
xembly-0.15
0.14
xembly-0.14
0.13.x
xembly-0.13.1
0.13
xembly-0.13
0.12
xembly-0.12
0.11.x
xembly-0.11.1
0.11
xembly-0.11
0.10.x
xembly-0.10.2
xembly-0.10.1
0.10
xembly-0.10
0.9.x
xembly-0.9.1
0.9
xembly-0.9
0.8
xembly-0.8
0.7
xembly-0.7
0.6.x
xembly-0.6.1
0.6
xembly-0.6
0.5.x
xembly-0.5.2
xembly-0.5.1
0.5
xembly-0.5
0.4.x
xembly-0.4.1
0.4
xembly-0.4
0.3.x
xembly-0.3.1
0.3
xembly-0.3
0.2
xembly-0.2
0.1
xembly-0.1

How to add a dependency to Maven

Add the following com.jcabi.incubator : xembly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jcabi.incubator</groupId>
    <artifactId>xembly</artifactId>
    <version>0.28.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jcabi.incubator : xembly gradle dependency to your build.gradle file:

implementation 'com.jcabi.incubator:xembly:0.28.1'

Gradle Kotlin DSL: Add the following com.jcabi.incubator : xembly gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jcabi.incubator:xembly:0.28.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jcabi.incubator : xembly sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jcabi.incubator" % "xembly" % "0.28.1"

Advertisement