s

starter-temporal

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