文件下载
文件名 操作
touch-maven-plugin-0.0.2.jar 下载
touch-maven-plugin-0.0.2.pom 下载
touch-maven-plugin-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.honton.chas</groupId>
  <artifactId>touch-maven-plugin</artifactId>
  <version>0.0.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.honton.chas:touch-maven-plugin:0.0.2'
Gradle Kotlin
implementation("org.honton.chas:touch-maven-plugin:0.0.2")
Scala SBT
libraryDependencies += "org.honton.chas" % "touch-maven-plugin" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.honton.chas', module='touch-maven-plugin', version='0.0.2')
)
Apache Ivy
<dependency org="org.honton.chas" name="touch-maven-plugin" rev="0.0.2" />
Leiningen
[org.honton.chas/touch-maven-plugin "0.0.2"]
Apache Buildr
'org.honton.chas:touch-maven-plugin:jar:0.0.2'