MVN

edu.ucr.cs.bdlab : raptor

Maven & Gradle

Mar 17, 2023
1 usages
<dependency>
    <groupId>edu.ucr.cs.bdlab</groupId>
    <artifactId>raptor</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.ucr.cs.bdlab : raptor 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 : raptor to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>edu.ucr.cs.bdlab</groupId>
    <artifactId>raptor</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'edu.ucr.cs.bdlab:raptor:0.9.5'

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

implementation("edu.ucr.cs.bdlab:raptor:0.9.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "edu.ucr.cs.bdlab" % "raptor" % "0.9.5"

Advertisement