| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzed |
| ArtifactId | ArtifactIdjne |
| Version | Version3.0.1 |
| Type | Typejar |
| Description |
Descriptionjne
Utility library for extracting native resources embedded in jars such as executables, dynamic libraries, or other files on Windows, Linux, and Mac.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jne-3.0.1.pom | |
| jne-3.0.1.jar | 16 KB |
| jne-3.0.1-sources.jar | 14 KB |
| jne-3.0.1-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/jne/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>jne</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/jne/
implementation 'com.fizzed:jne:3.0.1'
// https://jarcasting.com/artifacts/com.fizzed/jne/
implementation ("com.fizzed:jne:3.0.1")
'com.fizzed:jne:jar:3.0.1'
<dependency org="com.fizzed" name="jne" rev="3.0.1">
<artifact name="jne" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='jne', version='3.0.1')
)
libraryDependencies += "com.fizzed" % "jne" % "3.0.1"
[com.fizzed/jne "3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.zeroturnaround : zt-exec | jar | 1.8 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |