文件下载
文件名 操作
jep-talon-image-2.4.0-99.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>jep-talon-image</artifactId>
  <version>2.4.0-99</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:jep-talon-image:2.4.0-99'
Gradle Kotlin
implementation("com.github.cafdataprocessing:jep-talon-image:2.4.0-99")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "jep-talon-image" % "2.4.0-99"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='jep-talon-image', version='2.4.0-99')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="jep-talon-image" rev="2.4.0-99" />
Leiningen
[com.github.cafdataprocessing/jep-talon-image "2.4.0-99"]
Apache Buildr
'com.github.cafdataprocessing:jep-talon-image:jar:2.4.0-99'