l

lib-workflow

Files download
File Operation
lib-workflow-1.2.5.jar download
lib-workflow-1.2.5.pom download
lib-workflow-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.frtu.libs</groupId>
  <artifactId>lib-workflow</artifactId>
  <version>1.2.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.frtu.libs:lib-workflow:1.2.5'
Gradle Kotlin
implementation("com.github.frtu.libs:lib-workflow:1.2.5")
Scala SBT
libraryDependencies += "com.github.frtu.libs" % "lib-workflow" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frtu.libs', module='lib-workflow', version='1.2.5')
)
Apache Ivy
<dependency org="com.github.frtu.libs" name="lib-workflow" rev="1.2.5" />
Leiningen
[com.github.frtu.libs/lib-workflow "1.2.5"]
Apache Buildr
'com.github.frtu.libs:lib-workflow:jar:1.2.5'