MVN

com.github.bordertech.wcomponents : wcomponents-xslt

Maven & Gradle

May 19, 2023
4 usages
18 stars

wcomponents-xslt · WComponents XSLT.

<dependency>
    <groupId>com.github.bordertech.wcomponents</groupId>
    <artifactId>wcomponents-xslt</artifactId>
    <version>1.5.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bordertech.wcomponents : wcomponents-xslt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.29

All Versions

Choose a version of com.github.bordertech.wcomponents : wcomponents-xslt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
wcomponents-xslt-1.5.29
wcomponents-xslt-1.5.28
wcomponents-xslt-1.5.27
wcomponents-xslt-1.5.26
wcomponents-xslt-1.5.25
wcomponents-xslt-1.5.24
wcomponents-xslt-1.5.23
wcomponents-xslt-1.5.22
wcomponents-xslt-1.5.21
wcomponents-xslt-1.5.20
wcomponents-xslt-1.5.19
wcomponents-xslt-1.5.18

How to add a dependency to Maven

Add the following com.github.bordertech.wcomponents : wcomponents-xslt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bordertech.wcomponents</groupId>
    <artifactId>wcomponents-xslt</artifactId>
    <version>1.5.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bordertech.wcomponents : wcomponents-xslt gradle dependency to your build.gradle file:

implementation 'com.github.bordertech.wcomponents:wcomponents-xslt:1.5.29'

Gradle Kotlin DSL: Add the following com.github.bordertech.wcomponents : wcomponents-xslt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bordertech.wcomponents:wcomponents-xslt:1.5.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bordertech.wcomponents : wcomponents-xslt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-xslt" % "1.5.29"

Advertisement