Files download
File Operation
maven-precheck-plugin-1.0.1.jar download
maven-precheck-plugin-1.0.1.pom download
maven-precheck-plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openwebtop.maven.plugins</groupId>
  <artifactId>maven-precheck-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.openwebtop.maven.plugins:maven-precheck-plugin:1.0.1'
Gradle Kotlin
implementation("org.openwebtop.maven.plugins:maven-precheck-plugin:1.0.1")
Scala SBT
libraryDependencies += "org.openwebtop.maven.plugins" % "maven-precheck-plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openwebtop.maven.plugins', module='maven-precheck-plugin', version='1.0.1')
)
Apache Ivy
<dependency org="org.openwebtop.maven.plugins" name="maven-precheck-plugin" rev="1.0.1" />
Leiningen
[org.openwebtop.maven.plugins/maven-precheck-plugin "1.0.1"]
Apache Buildr
'org.openwebtop.maven.plugins:maven-precheck-plugin:jar:1.0.1'