| License |
License |
|---|---|
| GroupId | GroupIdcom.github.souzen |
| ArtifactId | ArtifactIdlight-jpf |
| Version | Version0.0.6 |
| Type | Typejar |
| Description |
DescriptionLightweight Java Plugin Framework
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| light-jpf-0.0.6.pom | |
| light-jpf-0.0.6.jar | 39 KB |
| light-jpf-0.0.6-sources.jar | 29 KB |
| light-jpf-0.0.6-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.souzen/light-jpf/ -->
<dependency>
<groupId>com.github.souzen</groupId>
<artifactId>light-jpf</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.souzen/light-jpf/
implementation 'com.github.souzen:light-jpf:0.0.6'
// https://jarcasting.com/artifacts/com.github.souzen/light-jpf/
implementation ("com.github.souzen:light-jpf:0.0.6")
'com.github.souzen:light-jpf:jar:0.0.6'
<dependency org="com.github.souzen" name="light-jpf" rev="0.0.6">
<artifact name="light-jpf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.souzen', module='light-jpf', version='0.0.6')
)
libraryDependencies += "com.github.souzen" % "light-jpf" % "0.0.6"
[com.github.souzen/light-jpf "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |