is not current version
Last Version 5.1.0

io.github.Ethan0507:dummy-plugin 2.0

This is a dummy plugin to test deployment to Maven central

GroupId

GroupId

io.github.Ethan0507
ArtifactId

ArtifactId

dummy-plugin
Version

Version

2.0
Type

Type

jar

Download dummy-plugin 2.0


<!-- https://jarcasting.com/artifacts/io.github.Ethan0507/dummy-plugin/ -->
<dependency>
    <groupId>io.github.Ethan0507</groupId>
    <artifactId>dummy-plugin</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.Ethan0507/dummy-plugin/
implementation 'io.github.Ethan0507:dummy-plugin:2.0'
// https://jarcasting.com/artifacts/io.github.Ethan0507/dummy-plugin/
implementation ("io.github.Ethan0507:dummy-plugin:2.0")
'io.github.Ethan0507:dummy-plugin:jar:2.0'
<dependency org="io.github.Ethan0507" name="dummy-plugin" rev="2.0">
  <artifact name="dummy-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.Ethan0507', module='dummy-plugin', version='2.0')
)
libraryDependencies += "io.github.Ethan0507" % "dummy-plugin" % "2.0"
[io.github.Ethan0507/dummy-plugin "2.0"]