s

sync-properties-maven-plugin

Maven plugin to help generating Sync Properties between POMs
Apache License, Version 2.0
Files download
File Operation
sync-properties-maven-plugin-3.14.10.jar download
sync-properties-maven-plugin-3.14.10.pom download
sync-properties-maven-plugin-3.14.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>sync-properties-maven-plugin</artifactId>
  <version>3.14.10</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:sync-properties-maven-plugin:3.14.10'
Gradle Kotlin
implementation("org.apache.camel:sync-properties-maven-plugin:3.14.10")
Scala SBT
libraryDependencies += "org.apache.camel" % "sync-properties-maven-plugin" % "3.14.10"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='sync-properties-maven-plugin', version='3.14.10')
)
Apache Ivy
<dependency org="org.apache.camel" name="sync-properties-maven-plugin" rev="3.14.10" />
Leiningen
[org.apache.camel/sync-properties-maven-plugin "3.14.10"]
Apache Buildr
'org.apache.camel:sync-properties-maven-plugin:jar:3.14.10'