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