t

temporal-spring-boot-starter-alpha

Spring Boot Starter for Temporal Java SDK
https://github.com/temporalio/sdk-java
The Apache License, Version 2.0
Maxim Fateev Samar Abbas
Files download
File Operation
temporal-spring-boot-starter-alpha-1.22.0.jar download
temporal-spring-boot-starter-alpha-1.22.0.pom download
temporal-spring-boot-starter-alpha-1.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.temporal</groupId>
  <artifactId>temporal-spring-boot-starter-alpha</artifactId>
  <version>1.22.0</version>
</dependency>
Gradle Groovy
implementation 'io.temporal:temporal-spring-boot-starter-alpha:1.22.0'
Gradle Kotlin
implementation("io.temporal:temporal-spring-boot-starter-alpha:1.22.0")
Scala SBT
libraryDependencies += "io.temporal" % "temporal-spring-boot-starter-alpha" % "1.22.0"
Groovy Grape
@Grapes(
  @Grab(group='io.temporal', module='temporal-spring-boot-starter-alpha', version='1.22.0')
)
Apache Ivy
<dependency org="io.temporal" name="temporal-spring-boot-starter-alpha" rev="1.22.0" />
Leiningen
[io.temporal/temporal-spring-boot-starter-alpha "1.22.0"]
Apache Buildr
'io.temporal:temporal-spring-boot-starter-alpha:jar:1.22.0'