is not current version
Last Version 5.1.0

io.github.Ethan0507:dummy-plugin 1.0

This is a dummy plugin to test deployment to Maven central

GroupId

GroupId

io.github.Ethan0507
ArtifactId

ArtifactId

dummy-plugin
Version

Version

1.0
Type

Type

jar

Download dummy-plugin 1.0


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