Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

de.scrum-master
Идентификатор

Идентификатор

jar-class-loader
Версия

Версия

1.0
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/kriegaex/JarClassLoader
Система контроля версий

Система контроля версий

https://github.com/kriegaex/JarClassLoader

Скачать 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.