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