is not current version
Last Version 3.0.1

com.fizzed:jne 2.0.0

Utility library for extracting native resources embedded in jars such as executables, dynamic libraries, or other files on Windows, Linux, and Mac.

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

jne
Version

Version

2.0.0
Type

Type

jar

Download jne 2.0.0


<!-- https://jarcasting.com/artifacts/com.fizzed/jne/ -->
<dependency>
    <groupId>com.fizzed</groupId>
    <artifactId>jne</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/jne/
implementation 'com.fizzed:jne:2.0.0'
// https://jarcasting.com/artifacts/com.fizzed/jne/
implementation ("com.fizzed:jne:2.0.0")
'com.fizzed:jne:jar:2.0.0'
<dependency org="com.fizzed" name="jne" rev="2.0.0">
  <artifact name="jne" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='jne', version='2.0.0')
)
libraryDependencies += "com.fizzed" % "jne" % "2.0.0"
[com.fizzed/jne "2.0.0"]