| GroupId | GroupIdcom.github.drumge |
|---|---|
| ArtifactId | ArtifactIdeasy-plugin |
| Version | Version0.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-plugin-0.2.2.pom | |
| easy-plugin-0.2.2.jar | 45 KB |
| easy-plugin-0.2.2-sources.jar | 261 bytes |
| easy-plugin-0.2.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.drumge/easy-plugin/ -->
<dependency>
<groupId>com.github.drumge</groupId>
<artifactId>easy-plugin</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drumge/easy-plugin/
implementation 'com.github.drumge:easy-plugin:0.2.2'
// https://jarcasting.com/artifacts/com.github.drumge/easy-plugin/
implementation ("com.github.drumge:easy-plugin:0.2.2")
'com.github.drumge:easy-plugin:jar:0.2.2'
<dependency org="com.github.drumge" name="easy-plugin" rev="0.2.2">
<artifact name="easy-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drumge', module='easy-plugin', version='0.2.2')
)
libraryDependencies += "com.github.drumge" % "easy-plugin" % "0.2.2"
[com.github.drumge/easy-plugin "0.2.2"]