MVN

com.unowmo.code.stacked-machinery : stacked-machinery

Maven & Gradle

Aug 24, 2017
0 stars

StackedMachinery · Stacked state machinery with container-specific axion handling.

<dependency>
    <groupId>com.unowmo.code.stacked-machinery</groupId>
    <artifactId>stacked-machinery</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unowmo.code.stacked-machinery : stacked-machinery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.unowmo.code.stacked-machinery : stacked-machinery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
stacked-machinery-1.0.4
stacked-machinery-1.0.3
stacked-machinery-1.0.2
stacked-machinery-1.0.1
stacked-machinery-1.0.0

How to add a dependency to Maven

Add the following com.unowmo.code.stacked-machinery : stacked-machinery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.unowmo.code.stacked-machinery</groupId>
    <artifactId>stacked-machinery</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unowmo.code.stacked-machinery : stacked-machinery gradle dependency to your build.gradle file:

implementation 'com.unowmo.code.stacked-machinery:stacked-machinery:1.0.4'

Gradle Kotlin DSL: Add the following com.unowmo.code.stacked-machinery : stacked-machinery gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unowmo.code.stacked-machinery:stacked-machinery:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unowmo.code.stacked-machinery : stacked-machinery sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unowmo.code.stacked-machinery" % "stacked-machinery" % "1.0.4"

Advertisement