is not current version
Last Version 5.1.0

io.github.Ethan0507:dummy-plugin 5.0.0

A dummy plugin

GroupId

GroupId

io.github.Ethan0507
ArtifactId

ArtifactId

dummy-plugin
Version

Version

5.0.0
Type

Type

pom

Download dummy-plugin 5.0.0

Filename Size
dummy-plugin-5.0.0.pom 8 KB
Browse

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