MVN

com.xebia.karat : karat-alloy

Maven & Gradle

Aug 10, 2023
26 stars

Karat · A DSL to specify systems using linear temporal logic

<dependency>
    <groupId>com.xebia.karat</groupId>
    <artifactId>karat-alloy</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xebia.karat : karat-alloy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3
  • Latest Alpha: 0.1.3-alpha.3

All Versions

Choose a version of com.xebia.karat : karat-alloy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
karat-alloy-0.1.3
karat-alloy-0.1.3-alpha.3

How to add a dependency to Maven

Add the following com.xebia.karat : karat-alloy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xebia.karat</groupId>
    <artifactId>karat-alloy</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xebia.karat : karat-alloy gradle dependency to your build.gradle file:

implementation 'com.xebia.karat:karat-alloy:0.1.3'

Gradle Kotlin DSL: Add the following com.xebia.karat : karat-alloy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xebia.karat:karat-alloy:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xebia.karat : karat-alloy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xebia.karat" % "karat-alloy" % "0.1.3"

Advertisement