Files download
File Operation
liteflow-2.12.0.pom download
Apache Maven
<dependency>
  <groupId>com.yomahub</groupId>
  <artifactId>liteflow</artifactId>
  <version>2.12.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yomahub:liteflow:2.12.0'
Gradle Kotlin
implementation("com.yomahub:liteflow:2.12.0")
Scala SBT
libraryDependencies += "com.yomahub" % "liteflow" % "2.12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yomahub', module='liteflow', version='2.12.0')
)
Apache Ivy
<dependency org="com.yomahub" name="liteflow" rev="2.12.0" />
Leiningen
[com.yomahub/liteflow "2.12.0"]
Apache Buildr
'com.yomahub:liteflow:jar:2.12.0'
Dependencies
The project has no third-party dependencies