MVN

au.csiro.pathling : library-api

Maven & Gradle

Jul 08, 2023
60 stars

Pathling Library API · An API that exposes Pathling functionality to language libraries.

<dependency>
    <groupId>au.csiro.pathling</groupId>
    <artifactId>library-api</artifactId>
    <version>6.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.csiro.pathling : library-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.0

All Versions

Choose a version of au.csiro.pathling : library-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
library-api-6.3.0
6.2.x
library-api-6.2.3
library-api-6.2.2
library-api-6.2.1
6.1.x
library-api-6.1.4
library-api-6.1.3
library-api-6.1.1
library-api-6.1.0
6.0.x
library-api-6.0.4
library-api-6.0.3
library-api-6.0.2
library-api-6.0.1
library-api-6.0.0
5.4.x
library-api-5.4.0
5.3.x
library-api-5.3.2
library-api-5.3.1

How to add a dependency to Maven

Add the following au.csiro.pathling : library-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.csiro.pathling</groupId>
    <artifactId>library-api</artifactId>
    <version>6.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.csiro.pathling : library-api gradle dependency to your build.gradle file:

implementation 'au.csiro.pathling:library-api:6.3.0'

Gradle Kotlin DSL: Add the following au.csiro.pathling : library-api gradle kotlin dependency to your build.gradle.kts file:

implementation("au.csiro.pathling:library-api:6.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.csiro.pathling : library-api sbt scala dependency to your build.sbt file:

libraryDependencies += "au.csiro.pathling" % "library-api" % "6.3.0"

Advertisement