GroupId | GroupIdcom.github.charlemaznable |
---|---|
ArtifactId | ArtifactIdbunny-plugin |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
bunny-plugin-0.0.3.pom | |
bunny-plugin-0.0.3.jar | 7 KB |
bunny-plugin-0.0.3-sources.jar | 5 KB |
bunny-plugin-0.0.3-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.charlemaznable/bunny-plugin/ -->
<dependency>
<groupId>com.github.charlemaznable</groupId>
<artifactId>bunny-plugin</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charlemaznable/bunny-plugin/
implementation 'com.github.charlemaznable:bunny-plugin:0.0.3'
// https://jarcasting.com/artifacts/com.github.charlemaznable/bunny-plugin/
implementation ("com.github.charlemaznable:bunny-plugin:0.0.3")
'com.github.charlemaznable:bunny-plugin:jar:0.0.3'
<dependency org="com.github.charlemaznable" name="bunny-plugin" rev="0.0.3">
<artifact name="bunny-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charlemaznable', module='bunny-plugin', version='0.0.3')
)
libraryDependencies += "com.github.charlemaznable" % "bunny-plugin" % "0.0.3"
[com.github.charlemaznable/bunny-plugin "0.0.3"]