MVN

hu.bme.mit.theta : theta-core

Maven & Gradle

Jul 12, 2023
46 stars

Theta Core · Core subproject in the Theta model checking framework

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

Latest Version

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

  • Latest Stable: 4.4.4

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>hu.bme.mit.theta</groupId>
    <artifactId>theta-core</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-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement