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