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