MVN

tools.refinery.z3 : refinery-z3-solver-darwin-aarch64

Maven & Gradle

Jun 23, 2024
0 stars

Refinery Z3 Java Bindings (Darwin aarch64) · Z3 Java Bindings (Darwin aarch64) for Refinery, an efficient graph solver for generating well-formed models

<dependency>
    <groupId>tools.refinery.z3</groupId>
    <artifactId>refinery-z3-solver-darwin-aarch64</artifactId>
    <version>4.12.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tools.refinery.z3 : refinery-z3-solver-darwin-aarch64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.12.6

All Versions

Choose a version of tools.refinery.z3 : refinery-z3-solver-darwin-aarch64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.12.x
refinery-z3-solver-darwin-aarch64-4.12.6

How to add a dependency to Maven

Add the following tools.refinery.z3 : refinery-z3-solver-darwin-aarch64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tools.refinery.z3</groupId>
    <artifactId>refinery-z3-solver-darwin-aarch64</artifactId>
    <version>4.12.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tools.refinery.z3 : refinery-z3-solver-darwin-aarch64 gradle dependency to your build.gradle file:

implementation 'tools.refinery.z3:refinery-z3-solver-darwin-aarch64:4.12.6'

Gradle Kotlin DSL: Add the following tools.refinery.z3 : refinery-z3-solver-darwin-aarch64 gradle kotlin dependency to your build.gradle.kts file:

implementation("tools.refinery.z3:refinery-z3-solver-darwin-aarch64:4.12.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following tools.refinery.z3 : refinery-z3-solver-darwin-aarch64 sbt scala dependency to your build.sbt file:

libraryDependencies += "tools.refinery.z3" % "refinery-z3-solver-darwin-aarch64" % "4.12.6"