MVN

edu.byu.hbll.box : box-xslt

Maven & Gradle

Aug 09, 2023
1 usages
<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-xslt</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.byu.hbll.box : box-xslt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of edu.byu.hbll.box : box-xslt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
box-xslt-2.5.2
box-xslt-2.5.1
box-xslt-2.5.0
2.4.x
box-xslt-2.4.2
box-xslt-2.4.1
box-xslt-2.4.0
2.3.x
box-xslt-2.3.2
box-xslt-2.3.1
box-xslt-2.3.0
2.2.x
box-xslt-2.2.5
box-xslt-2.2.4
box-xslt-2.2.3
box-xslt-2.2.2
box-xslt-2.2.1
box-xslt-2.2.0
2.1.x
box-xslt-2.1.5
box-xslt-2.1.4
box-xslt-2.1.3
box-xslt-2.1.2
box-xslt-2.1.1
box-xslt-2.1.0
2.0.x
box-xslt-2.0.13
box-xslt-2.0.12
box-xslt-2.0.11
box-xslt-2.0.10
box-xslt-2.0.9
box-xslt-2.0.8
box-xslt-2.0.7
box-xslt-2.0.6
box-xslt-2.0.5
box-xslt-2.0.4
box-xslt-2.0.3
box-xslt-2.0.2
box-xslt-2.0.1
box-xslt-2.0.0
1.3.x
box-xslt-1.3.5
box-xslt-1.3.4
box-xslt-1.3.3
box-xslt-1.3.2
box-xslt-1.3.1
box-xslt-1.3.0
1.2.x
box-xslt-1.2.3
box-xslt-1.2.2
box-xslt-1.2.1
box-xslt-1.2.0
1.1.x
box-xslt-1.1.1
box-xslt-1.1.0
1.0.x
box-xslt-1.0.2
box-xslt-1.0.1
box-xslt-1.0.0

How to add a dependency to Maven

Add the following edu.byu.hbll.box : box-xslt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-xslt</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.byu.hbll.box : box-xslt gradle dependency to your build.gradle file:

implementation 'edu.byu.hbll.box:box-xslt:2.5.2'

Gradle Kotlin DSL: Add the following edu.byu.hbll.box : box-xslt gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.byu.hbll.box:box-xslt:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.byu.hbll.box : box-xslt sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.byu.hbll.box" % "box-xslt" % "2.5.2"

Advertisement