d

deployment-configuration-maven-plugin

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