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