Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.honton.chas</groupId>
  <artifactId>buildx-maven-plugin</artifactId>
  <version>0.0.10</version>
  <type>maven-plugin</type>
</dependency>

Apache Ivy

<dependency org="org.honton.chas" name="buildx-maven-plugin" rev="0.0.10">
  <artifact name="buildx-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.honton.chas', module='buildx-maven-plugin', version='0.0.10')
)

Gradle/Grails

compile 'org.honton.chas:buildx-maven-plugin:0.0.10'

Scala SBT

libraryDependencies += "org.honton.chas" % "buildx-maven-plugin" % "0.0.10"

Leiningen

[org.honton.chas/buildx-maven-plugin "0.0.10"]