a

avaje-http-parent

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