a

avaje-record-parent

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