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
文件下载
文件名 操作
temporal-spring-boot-starter-alpha-1.18.2.jar 下载
temporal-spring-boot-starter-alpha-1.18.2.pom 下载
temporal-spring-boot-starter-alpha-1.18.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.temporal</groupId>
  <artifactId>temporal-spring-boot-starter-alpha</artifactId>
  <version>1.18.2</version>
</dependency>
Gradle Groovy
implementation 'io.temporal:temporal-spring-boot-starter-alpha:1.18.2'
Gradle Kotlin
implementation("io.temporal:temporal-spring-boot-starter-alpha:1.18.2")
Scala SBT
libraryDependencies += "io.temporal" % "temporal-spring-boot-starter-alpha" % "1.18.2"
Groovy Grape
@Grapes(
  @Grab(group='io.temporal', module='temporal-spring-boot-starter-alpha', version='1.18.2')
)
Apache Ivy
<dependency org="io.temporal" name="temporal-spring-boot-starter-alpha" rev="1.18.2" />
Leiningen
[io.temporal/temporal-spring-boot-starter-alpha "1.18.2"]
Apache Buildr
'io.temporal:temporal-spring-boot-starter-alpha:jar:1.18.2'