MVN

edu.ucr.cs.bdlab : beast-spark

Maven & Gradle

Mar 17, 2023
<dependency>
    <groupId>edu.ucr.cs.bdlab</groupId>
    <artifactId>beast-spark</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.ucr.cs.bdlab : beast-spark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.5
  • Latest Release Candidate: 0.10.0-RC2

All Versions

Choose a version of edu.ucr.cs.bdlab : beast-spark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
beast-spark-0.10.0-RC2
beast-spark-0.10.0-RC1
0.9.x
beast-spark-0.9.5
beast-spark-0.9.5-RC2
beast-spark-0.9.5-RC1
beast-spark-0.9.4
beast-spark-0.9.4-RC2
beast-spark-0.9.4-RC1
beast-spark-0.9.3-RC1
beast-spark-0.9.2
beast-spark-0.9.2-RC1
beast-spark-0.9.1
beast-spark-0.9.1-RC1
beast-spark-0.9.0
beast-spark-0.9.0-RC2
beast-spark-0.9.0-RC1
0.8.x
beast-spark-0.8.3
beast-spark-0.8.3-RC2
beast-spark-0.8.3-RC1
beast-spark-0.8.2
beast-spark-0.8.0-RC2
beast-spark-0.8.0-RC1
0.7.x
beast-spark-0.7.0
0.5.x
beast-spark-0.5.1-RC1
beast-spark-0.5.0
beast-spark-0.5.0-RC1
0.2.x
beast-spark-0.2.3
beast-spark-0.2.3-RC2
beast-spark-0.2.1
beast-spark-0.2.0
beast-spark-0.2.0-RC1

How to add a dependency to Maven

Add the following edu.ucr.cs.bdlab : beast-spark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.ucr.cs.bdlab</groupId>
    <artifactId>beast-spark</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.ucr.cs.bdlab : beast-spark gradle dependency to your build.gradle file:

implementation 'edu.ucr.cs.bdlab:beast-spark:0.9.5'

Gradle Kotlin DSL: Add the following edu.ucr.cs.bdlab : beast-spark gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.ucr.cs.bdlab:beast-spark:0.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.ucr.cs.bdlab : beast-spark sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.ucr.cs.bdlab" % "beast-spark" % "0.9.5"

Advertisement