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