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