GroupId | GroupIdio.github.amyassist |
---|---|
ArtifactId | ArtifactIdamy-plugin-example |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
amy-plugin-example-0.7.1.pom | |
amy-plugin-example-0.7.1.jar | 12 KB |
amy-plugin-example-0.7.1-sources.jar | 11 KB |
amy-plugin-example-0.7.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.amyassist/amy-plugin-example/ -->
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-plugin-example</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.amyassist/amy-plugin-example/
implementation 'io.github.amyassist:amy-plugin-example:0.7.1'
// https://jarcasting.com/artifacts/io.github.amyassist/amy-plugin-example/
implementation ("io.github.amyassist:amy-plugin-example:0.7.1")
'io.github.amyassist:amy-plugin-example:jar:0.7.1'
<dependency org="io.github.amyassist" name="amy-plugin-example" rev="0.7.1">
<artifact name="amy-plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.amyassist', module='amy-plugin-example', version='0.7.1')
)
libraryDependencies += "io.github.amyassist" % "amy-plugin-example" % "0.7.1"
[io.github.amyassist/amy-plugin-example "0.7.1"]