MVN

edu.vanderbilt.accre : ci-test-laurelin

Maven & Gradle

Jun 08, 2023
8 stars

laurelin · Spark datasource for ROOT (http://root.cern) files

<dependency>
    <groupId>edu.vanderbilt.accre</groupId>
    <artifactId>ci-test-laurelin</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.vanderbilt.accre : ci-test-laurelin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of edu.vanderbilt.accre : ci-test-laurelin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3
ci-test-laurelin-3
2
ci-test-laurelin-2
1.5.x
ci-test-laurelin-1.5.1
ci-test-laurelin-1.5.0
1.3.x
ci-test-laurelin-1.3.0

How to add a dependency to Maven

Add the following edu.vanderbilt.accre : ci-test-laurelin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.vanderbilt.accre</groupId>
    <artifactId>ci-test-laurelin</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.vanderbilt.accre : ci-test-laurelin gradle dependency to your build.gradle file:

implementation 'edu.vanderbilt.accre:ci-test-laurelin:1.5.1'

Gradle Kotlin DSL: Add the following edu.vanderbilt.accre : ci-test-laurelin gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.vanderbilt.accre:ci-test-laurelin:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.vanderbilt.accre : ci-test-laurelin sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.vanderbilt.accre" % "ci-test-laurelin" % "1.5.1"