s

sync-properties-maven-plugin

Copies one POM file properties to different POM file
Apache-2.0
Files download
File Operation
sync-properties-maven-plugin-4.0.1.jar download
sync-properties-maven-plugin-4.0.1.pom download
sync-properties-maven-plugin-4.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>sync-properties-maven-plugin</artifactId>
  <version>4.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:sync-properties-maven-plugin:4.0.1'
Gradle Kotlin
implementation("org.apache.camel:sync-properties-maven-plugin:4.0.1")
Scala SBT
libraryDependencies += "org.apache.camel" % "sync-properties-maven-plugin" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='sync-properties-maven-plugin', version='4.0.1')
)
Apache Ivy
<dependency org="org.apache.camel" name="sync-properties-maven-plugin" rev="4.0.1" />
Leiningen
[org.apache.camel/sync-properties-maven-plugin "4.0.1"]
Apache Buildr
'org.apache.camel:sync-properties-maven-plugin:jar:4.0.1'