d

deployment-configuration-maven-plugin

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