文件下载
文件名 操作
camunda-template-engines-velocity-1.0.1.jar 下载
camunda-template-engines-velocity-1.0.1.pom 下载
camunda-template-engines-velocity-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.camunda.template-engines</groupId>
  <artifactId>camunda-template-engines-velocity</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.template-engines:camunda-template-engines-velocity:1.0.1'
Gradle Kotlin
implementation("org.camunda.template-engines:camunda-template-engines-velocity:1.0.1")
Scala SBT
libraryDependencies += "org.camunda.template-engines" % "camunda-template-engines-velocity" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.template-engines', module='camunda-template-engines-velocity', version='1.0.1')
)
Apache Ivy
<dependency org="org.camunda.template-engines" name="camunda-template-engines-velocity" rev="1.0.1" />
Leiningen
[org.camunda.template-engines/camunda-template-engines-velocity "1.0.1"]
Apache Buildr
'org.camunda.template-engines:camunda-template-engines-velocity:jar:1.0.1'