License |
License |
---|---|
GroupId | GroupIdio.github.Ethan0507 |
ArtifactId | ArtifactIddummy-plugin |
Version | Version4.1 |
Type | Typepom |
Description |
Descriptiondummy-plugin
A dummy plugin
|
Filename | Size |
---|---|
dummy-plugin-4.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.Ethan0507/dummy-plugin/ -->
<dependency>
<groupId>io.github.Ethan0507</groupId>
<artifactId>dummy-plugin</artifactId>
<version>4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.Ethan0507/dummy-plugin/
implementation 'io.github.Ethan0507:dummy-plugin:4.1'
// https://jarcasting.com/artifacts/io.github.Ethan0507/dummy-plugin/
implementation ("io.github.Ethan0507:dummy-plugin:4.1")
'io.github.Ethan0507:dummy-plugin:pom:4.1'
<dependency org="io.github.Ethan0507" name="dummy-plugin" rev="4.1">
<artifact name="dummy-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.Ethan0507', module='dummy-plugin', version='4.1')
)
libraryDependencies += "io.github.Ethan0507" % "dummy-plugin" % "4.1"
[io.github.Ethan0507/dummy-plugin "4.1"]