MVN

top.marchand.xml.ext-funct : basex

Maven & Gradle

May 30, 2018
2 usages
1 stars

BaseX ext-funct · A extension function to access BaseX from saxon

<dependency>
    <groupId>top.marchand.xml.ext-funct</groupId>
    <artifactId>basex</artifactId>
    <version>1.1.0-98</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.marchand.xml.ext-funct : basex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-98
  • Latest Release Candidate: 1.1.0-RC2

All Versions

Choose a version of top.marchand.xml.ext-funct : basex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
basex-1.1.0-98
basex-1.1.0-RC2
basex-1.1.0-RC1
1.0.x
basex-1.0.0

How to add a dependency to Maven

Add the following top.marchand.xml.ext-funct : basex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.marchand.xml.ext-funct</groupId>
    <artifactId>basex</artifactId>
    <version>1.1.0-98</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.marchand.xml.ext-funct : basex gradle dependency to your build.gradle file:

implementation 'top.marchand.xml.ext-funct:basex:1.1.0-98'

Gradle Kotlin DSL: Add the following top.marchand.xml.ext-funct : basex gradle kotlin dependency to your build.gradle.kts file:

implementation("top.marchand.xml.ext-funct:basex:1.1.0-98")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.marchand.xml.ext-funct : basex sbt scala dependency to your build.sbt file:

libraryDependencies += "top.marchand.xml.ext-funct" % "basex" % "1.1.0-98"

Advertisement