s

sync-properties-maven-plugin

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