| GroupId | GroupIdcom.github.souzen |
|---|---|
| ArtifactId | ArtifactIdlight-jpf |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| light-jpf-0.0.2.pom | |
| light-jpf-0.0.2.jar | 38 KB |
| light-jpf-0.0.2-sources.jar | 28 KB |
| light-jpf-0.0.2-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.souzen/light-jpf/ -->
<dependency>
<groupId>com.github.souzen</groupId>
<artifactId>light-jpf</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.souzen/light-jpf/
implementation 'com.github.souzen:light-jpf:0.0.2'
// https://jarcasting.com/artifacts/com.github.souzen/light-jpf/
implementation ("com.github.souzen:light-jpf:0.0.2")
'com.github.souzen:light-jpf:jar:0.0.2'
<dependency org="com.github.souzen" name="light-jpf" rev="0.0.2">
<artifact name="light-jpf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.souzen', module='light-jpf', version='0.0.2')
)
libraryDependencies += "com.github.souzen" % "light-jpf" % "0.0.2"
[com.github.souzen/light-jpf "0.0.2"]