MVN

org.smooks.cartridges : smooks-routing-cartridge

Maven & Gradle

Jun 24, 2023
1 usages
1 stars

Smooks Routing Cartridge · The Smooks Routing cartridge provides support for routing and splitting fragments

<dependency>
    <groupId>org.smooks.cartridges</groupId>
    <artifactId>smooks-routing-cartridge</artifactId>
    <version>2.0.0-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smooks.cartridges : smooks-routing-cartridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-M3
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of org.smooks.cartridges : smooks-routing-cartridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
smooks-routing-cartridge-2.0.0-RC2
smooks-routing-cartridge-2.0.0-RC1
smooks-routing-cartridge-2.0.0-M3
smooks-routing-cartridge-2.0.0-M2
smooks-routing-cartridge-2.0.0-M1

How to add a dependency to Maven

Add the following org.smooks.cartridges : smooks-routing-cartridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smooks.cartridges</groupId>
    <artifactId>smooks-routing-cartridge</artifactId>
    <version>2.0.0-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smooks.cartridges : smooks-routing-cartridge gradle dependency to your build.gradle file:

implementation 'org.smooks.cartridges:smooks-routing-cartridge:2.0.0-M3'

Gradle Kotlin DSL: Add the following org.smooks.cartridges : smooks-routing-cartridge gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smooks.cartridges:smooks-routing-cartridge:2.0.0-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smooks.cartridges : smooks-routing-cartridge sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smooks.cartridges" % "smooks-routing-cartridge" % "2.0.0-M3"

Advertisement