MVN

tools.aqua : z3-turnkey

Maven & Gradle

May 31, 2023
25 stars

Z3-TurnKey · A self-unpacking, standalone Z3 distribution that ships all required native support code and automatically unpacks it at runtime.

<dependency>
    <groupId>tools.aqua</groupId>
    <artifactId>z3-turnkey</artifactId>
    <version>4.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tools.aqua : z3-turnkey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.12.2

All Versions

Choose a version of tools.aqua : z3-turnkey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.12.x
z3-turnkey-4.12.2
z3-turnkey-4.12.1
z3-turnkey-4.12.0
4.11.x
z3-turnkey-4.11.2
z3-turnkey-4.11.0
4.10.x
z3-turnkey-4.10.2
z3-turnkey-4.10.1
z3-turnkey-4.10.0
4.8.x
z3-turnkey-4.8.17
z3-turnkey-4.8.16
z3-turnkey-4.8.15

How to add a dependency to Maven

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

<dependency>
    <groupId>tools.aqua</groupId>
    <artifactId>z3-turnkey</artifactId>
    <version>4.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tools.aqua : z3-turnkey gradle dependency to your build.gradle file:

implementation 'tools.aqua:z3-turnkey:4.12.2'

Gradle Kotlin DSL: Add the following tools.aqua : z3-turnkey gradle kotlin dependency to your build.gradle.kts file:

implementation("tools.aqua:z3-turnkey:4.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tools.aqua : z3-turnkey sbt scala dependency to your build.sbt file:

libraryDependencies += "tools.aqua" % "z3-turnkey" % "4.12.2"

Advertisement