Files download
File Operation
dummy-plugin-5.1.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.Ethan0507</groupId>
  <artifactId>dummy-plugin</artifactId>
  <version>5.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.Ethan0507:dummy-plugin:5.1.0'
Gradle Kotlin
implementation("io.github.Ethan0507:dummy-plugin:5.1.0")
Scala SBT
libraryDependencies += "io.github.Ethan0507" % "dummy-plugin" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.Ethan0507', module='dummy-plugin', version='5.1.0')
)
Apache Ivy
<dependency org="io.github.Ethan0507" name="dummy-plugin" rev="5.1.0" />
Leiningen
[io.github.Ethan0507/dummy-plugin "5.1.0"]
Apache Buildr
'io.github.Ethan0507:dummy-plugin:jar:5.1.0'
Dependencies
The project has no third-party dependencies