| GroupId | GroupIdcom.github.drumge |
|---|---|
| ArtifactId | ArtifactIdeasy-plugin |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-plugin-0.2.4.pom | |
| easy-plugin-0.2.4.jar | 46 KB |
| easy-plugin-0.2.4-sources.jar | 681 bytes |
| easy-plugin-0.2.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drumge/easy-plugin/
implementation 'com.github.drumge:easy-plugin:0.2.4'
// https://jarcasting.com/artifacts/com.github.drumge/easy-plugin/
implementation ("com.github.drumge:easy-plugin:0.2.4")
'com.github.drumge:easy-plugin:jar:0.2.4'
<dependency org="com.github.drumge" name="easy-plugin" rev="0.2.4">
<artifact name="easy-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drumge', module='easy-plugin', version='0.2.4')
)
libraryDependencies += "com.github.drumge" % "easy-plugin" % "0.2.4"
[com.github.drumge/easy-plugin "0.2.4"]