MVN

org.basex : basex-api

Maven & Gradle

Sep 23, 2019
3 usages
546 stars

BaseX API

<dependency>
    <groupId>org.basex</groupId>
    <artifactId>basex-api</artifactId>
    <version>9.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.basex : basex-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.2.4

All Versions

Choose a version of org.basex : basex-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • basex-api-9.2.4

    Sep 23, 2019
  • basex-api-9.2.3

    Sep 23, 2019
  • basex-api-9.2.2

    May 21, 2019
  • basex-api-9.2.1

    May 15, 2019
  • basex-api-9.2

    Apr 16, 2019
  • basex-api-9.1.2

    Jan 22, 2019
  • basex-api-9.1.1

    Dec 14, 2018
  • basex-api-9.1

    Nov 07, 2018
  • basex-api-9.0.2

    May 31, 2018
  • basex-api-9.0.1

    Apr 24, 2018
  • basex-api-9.0

    Mar 24, 2018
  • basex-api-8.6.4

    Nov 03, 2017
  • basex-api-8.6.5

    Nov 03, 2017
  • basex-api-8.6.6

    Nov 02, 2017
  • basex-api-8.6.7

    Nov 02, 2017

How to add a dependency to Maven

Add the following org.basex : basex-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.basex</groupId>
    <artifactId>basex-api</artifactId>
    <version>9.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.basex : basex-api gradle dependency to your build.gradle file:

implementation 'org.basex:basex-api:9.2.4'

Gradle Kotlin DSL: Add the following org.basex : basex-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.basex:basex-api:9.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.basex : basex-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.basex" % "basex-api" % "9.2.4"