t

taskana-history-parent

The taskana history events plugin parent and bom module.
文件下载
文件名 操作
taskana-history-parent-8.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>pro.taskana.history</groupId>
  <artifactId>taskana-history-parent</artifactId>
  <version>8.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'pro.taskana.history:taskana-history-parent:8.1.0'
Gradle Kotlin
implementation("pro.taskana.history:taskana-history-parent:8.1.0")
Scala SBT
libraryDependencies += "pro.taskana.history" % "taskana-history-parent" % "8.1.0"
Groovy Grape
@Grapes(
  @Grab(group='pro.taskana.history', module='taskana-history-parent', version='8.1.0')
)
Apache Ivy
<dependency org="pro.taskana.history" name="taskana-history-parent" rev="8.1.0" />
Leiningen
[pro.taskana.history/taskana-history-parent "8.1.0"]
Apache Buildr
'pro.taskana.history:taskana-history-parent:jar:8.1.0'