MVN

io.github.p-org.solvers : cvc5

Maven & Gradle

Oct 31, 2022
1k stars

CVC5 Java Bindings · CVC5 Java Bindings

<dependency>
    <groupId>io.github.p-org.solvers</groupId>
    <artifactId>cvc5</artifactId>
    <version>0.0.7-v5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.p-org.solvers : cvc5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7-v5

All Versions

Choose a version of io.github.p-org.solvers : cvc5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cvc5-0.0.7-v5
cvc5-0.0.7-v1

How to add a dependency to Maven

Add the following io.github.p-org.solvers : cvc5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.p-org.solvers</groupId>
    <artifactId>cvc5</artifactId>
    <version>0.0.7-v5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.p-org.solvers : cvc5 gradle dependency to your build.gradle file:

implementation 'io.github.p-org.solvers:cvc5:0.0.7-v5'

Gradle Kotlin DSL: Add the following io.github.p-org.solvers : cvc5 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.p-org.solvers:cvc5:0.0.7-v5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.p-org.solvers : cvc5 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.p-org.solvers" % "cvc5" % "0.0.7-v5"

Advertisement