s

sync-properties-maven-plugin

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