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.5.0.jar download
sync-properties-maven-plugin-4.5.0.pom download
sync-properties-maven-plugin-4.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>sync-properties-maven-plugin</artifactId>
  <version>4.5.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:sync-properties-maven-plugin:4.5.0'
Gradle Kotlin
implementation("org.apache.camel:sync-properties-maven-plugin:4.5.0")
Scala SBT
libraryDependencies += "org.apache.camel" % "sync-properties-maven-plugin" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='sync-properties-maven-plugin', version='4.5.0')
)
Apache Ivy
<dependency org="org.apache.camel" name="sync-properties-maven-plugin" rev="4.5.0" />
Leiningen
[org.apache.camel/sync-properties-maven-plugin "4.5.0"]
Apache Buildr
'org.apache.camel:sync-properties-maven-plugin:jar:4.5.0'