d

dummy-plugin

This is a dummy plugin to test deployment to Maven central
https://github.com/Ethan0507/OSSRH-72970
MIT License
Ethan Palani
文件下载
文件名 操作
dummy-plugin-2.0.jar 下载
dummy-plugin-2.0.pom 下载
dummy-plugin-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.Ethan0507</groupId>
  <artifactId>dummy-plugin</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.Ethan0507:dummy-plugin:2.0'
Gradle Kotlin
implementation("io.github.Ethan0507:dummy-plugin:2.0")
Scala SBT
libraryDependencies += "io.github.Ethan0507" % "dummy-plugin" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.Ethan0507', module='dummy-plugin', version='2.0')
)
Apache Ivy
<dependency org="io.github.Ethan0507" name="dummy-plugin" rev="2.0" />
Leiningen
[io.github.Ethan0507/dummy-plugin "2.0"]
Apache Buildr
'io.github.Ethan0507:dummy-plugin:jar:2.0'
本项目依赖
该项目无第三方依赖