MVN

ru.dimsuz : unicorn2-jvm

Maven & Gradle

Aug 01, 2022
9 stars

Unicorn · Simple state-machine DSL

<dependency>
    <groupId>ru.dimsuz</groupId>
    <artifactId>unicorn2-jvm</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.dimsuz : unicorn2-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of ru.dimsuz : unicorn2-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
unicorn2-jvm-2.2.0
2.1.x
unicorn2-jvm-2.1.0
2.0.x
unicorn2-jvm-2.0.0

How to add a dependency to Maven

Add the following ru.dimsuz : unicorn2-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.dimsuz</groupId>
    <artifactId>unicorn2-jvm</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.dimsuz : unicorn2-jvm gradle dependency to your build.gradle file:

implementation 'ru.dimsuz:unicorn2-jvm:2.2.0'

Gradle Kotlin DSL: Add the following ru.dimsuz : unicorn2-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.dimsuz:unicorn2-jvm:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.dimsuz : unicorn2-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.dimsuz" % "unicorn2-jvm" % "2.2.0"

Advertisement