MVN

hu.bme.mit.theta : theta-cfa

Maven & Gradle

Jul 12, 2023
45 stars

Theta Cfa · Cfa subproject in the Theta model checking framework

<dependency>
    <groupId>hu.bme.mit.theta</groupId>
    <artifactId>theta-cfa</artifactId>
    <version>4.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.bme.mit.theta : theta-cfa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.4

All Versions

Choose a version of hu.bme.mit.theta : theta-cfa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
theta-cfa-4.4.4
theta-cfa-4.4.3
theta-cfa-4.4.2
theta-cfa-4.4.1
theta-cfa-4.4.0
4.3.x
theta-cfa-4.3.0
4.2.x
theta-cfa-4.2.5
theta-cfa-4.2.4
theta-cfa-4.2.3

How to add a dependency to Maven

Add the following hu.bme.mit.theta : theta-cfa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.bme.mit.theta</groupId>
    <artifactId>theta-cfa</artifactId>
    <version>4.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.bme.mit.theta : theta-cfa gradle dependency to your build.gradle file:

implementation 'hu.bme.mit.theta:theta-cfa:4.4.4'

Gradle Kotlin DSL: Add the following hu.bme.mit.theta : theta-cfa gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.bme.mit.theta:theta-cfa:4.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.bme.mit.theta : theta-cfa sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.bme.mit.theta" % "theta-cfa" % "4.4.4"

Advertisement