c

consistent-versions-plugin

The Consistent Versions Plugin helps causes the build to fail if there are version conflicts in your dependencies.
http://cleartk.googlecode.com/
The BSD 3-Clause License
Steven Bethard Philip Ogren Lee Becker
Files download
File Operation
consistent-versions-plugin-1.1.2.jar download
consistent-versions-plugin-1.1.2.pom download
consistent-versions-plugin-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cleartk</groupId>
  <artifactId>consistent-versions-plugin</artifactId>
  <version>1.1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.cleartk:consistent-versions-plugin:1.1.2'
Gradle Kotlin
implementation("org.cleartk:consistent-versions-plugin:1.1.2")
Scala SBT
libraryDependencies += "org.cleartk" % "consistent-versions-plugin" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.cleartk', module='consistent-versions-plugin', version='1.1.2')
)
Apache Ivy
<dependency org="org.cleartk" name="consistent-versions-plugin" rev="1.1.2" />
Leiningen
[org.cleartk/consistent-versions-plugin "1.1.2"]
Apache Buildr
'org.cleartk:consistent-versions-plugin:jar:1.1.2'