d

deployment-configuration-maven-plugin

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