| License |
License |
|---|---|
| GroupId | GroupIdorg.smooks.cartridges |
| ArtifactId | ArtifactIdsmooks-templating-cartridge |
| Last Version | Last Version2.0.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSmooks Templating Cartridge
The Smooks Templating Cartridge adds the ability to use templating technologies within the context of a
Smooks filtering process
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.smooks.cartridges/smooks-templating-cartridge/ -->
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-templating-cartridge</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smooks.cartridges/smooks-templating-cartridge/
implementation 'org.smooks.cartridges:smooks-templating-cartridge:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.smooks.cartridges/smooks-templating-cartridge/
implementation ("org.smooks.cartridges:smooks-templating-cartridge:2.0.0-RC1")
'org.smooks.cartridges:smooks-templating-cartridge:jar:2.0.0-RC1'
<dependency org="org.smooks.cartridges" name="smooks-templating-cartridge" rev="2.0.0-RC1">
<artifact name="smooks-templating-cartridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smooks.cartridges', module='smooks-templating-cartridge', version='2.0.0-RC1')
)
libraryDependencies += "org.smooks.cartridges" % "smooks-templating-cartridge" % "2.0.0-RC1"
[org.smooks.cartridges/smooks-templating-cartridge "2.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.smooks : smooks-core | jar | 2.0.0-RC1 |
| antlr : stringtemplate | jar | 2.2 |
| org.antlr : antlr | jar | 3.5.2 |
| ognl : ognl | jar | 3.3.2 |
| xalan : xalan | jar | 2.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.smooks.cartridges : smooks-javabean-cartridge | jar | 2.0.0-RC1 |
| junit : junit | jar | 4.13.2 |
| xmlunit : xmlunit | jar | 1.6 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |