d

deployment-configuration-annotations

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