MVN

com.sdl.tridion.xo : xo-p13n-compatible

Maven & Gradle

Jul 10, 2023
11 usages

XO p13n compatible · XO p13n compatible

<dependency>
    <groupId>com.sdl.tridion.xo</groupId>
    <artifactId>xo-p13n-compatible</artifactId>
    <version>12.0.0-1373</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sdl.tridion.xo : xo-p13n-compatible to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.0-1373

All Versions

Choose a version of com.sdl.tridion.xo : xo-p13n-compatible to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
xo-p13n-compatible-12.0.0-1373
11.6.x
xo-p13n-compatible-11.6.0-1189
11.5.x
xo-p13n-compatible-11.5.0-1185
xo-p13n-compatible-11.5.0-1055
11.1.x
xo-p13n-compatible-11.1.0-1100
xo-p13n-compatible-11.1.0-1087
xo-p13n-compatible-11.1.0-1048
11.0.x
xo-p13n-compatible-11.0.1-1016
xo-p13n-compatible-11.0.0-1081
xo-p13n-compatible-11.0.0-1061
xo-p13n-compatible-11.0.0-1052
xo-p13n-compatible-11.0.0-1054
xo-p13n-compatible-11.0.0-1049
xo-p13n-compatible-11.0.0-1048
xo-p13n-compatible-11.0.0-1043
xo-p13n-compatible-11.0.0-1024

How to add a dependency to Maven

Add the following com.sdl.tridion.xo : xo-p13n-compatible maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sdl.tridion.xo</groupId>
    <artifactId>xo-p13n-compatible</artifactId>
    <version>12.0.0-1373</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sdl.tridion.xo : xo-p13n-compatible gradle dependency to your build.gradle file:

implementation 'com.sdl.tridion.xo:xo-p13n-compatible:12.0.0-1373'

Gradle Kotlin DSL: Add the following com.sdl.tridion.xo : xo-p13n-compatible gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sdl.tridion.xo:xo-p13n-compatible:12.0.0-1373")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sdl.tridion.xo : xo-p13n-compatible sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sdl.tridion.xo" % "xo-p13n-compatible" % "12.0.0-1373"

Advertisement