Last Version

JarClassLoader 1.0

The class loader to load classes, native libraries and resources from the top JAR and from JARs inside the top JAR. The top JAR very often is referred as an executable, standalone or uber JAR. The class loader looks through the hierarchy of JARs and allows nested JARs. The class loader delegates class loading to the parent class loader and successfully loads classes, native libraries and resources when it works not in a JAR environment. Taken from http://www.jdotsoft.com/JarClassLoader.php, see there for more information.

License

License

GroupId

GroupId

de.scrum-master
ArtifactId

ArtifactId

jar-class-loader
Version

Version

1.0
Type

Type

jar
Description

Description

JarClassLoader
The class loader to load classes, native libraries and resources from the top JAR and from JARs inside the top JAR. The top JAR very often is referred as an executable, standalone or uber JAR. The class loader looks through the hierarchy of JARs and allows nested JARs. The class loader delegates class loading to the parent class loader and successfully loads classes, native libraries and resources when it works not in a JAR environment. Taken from http://www.jdotsoft.com/JarClassLoader.php, see there for more information.
Project URL

Project URL

https://github.com/kriegaex/JarClassLoader
Source Code Management

Source Code Management

https://github.com/kriegaex/JarClassLoader

Download jar-class-loader 1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.