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