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