c

component-annotations

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