| License |
License
The MIT License
|
|---|---|
| GroupId | GroupIdcom.acidmanic |
| ArtifactId | ArtifactIdeasyplug |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneasyplug
Reusing some code to use jars as plugins
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easyplug-1.0.0.pom | |
| easyplug-1.0.0.jar | 8 KB |
| easyplug-1.0.0-sources.jar | 4 KB |
| easyplug-1.0.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acidmanic/easyplug/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>easyplug</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/easyplug/
implementation 'com.acidmanic:easyplug:1.0.0'
// https://jarcasting.com/artifacts/com.acidmanic/easyplug/
implementation ("com.acidmanic:easyplug:1.0.0")
'com.acidmanic:easyplug:jar:1.0.0'
<dependency org="com.acidmanic" name="easyplug" rev="1.0.0">
<artifact name="easyplug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='easyplug', version='1.0.0')
)
libraryDependencies += "com.acidmanic" % "easyplug" % "1.0.0"
[com.acidmanic/easyplug "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.acidmanic : delegates | jar | 1.0.0 |