MVN

de.scrum-master : jar-class-loader

Maven & Gradle

Aug 04, 2018
1 stars

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.

<dependency>
    <groupId>de.scrum-master</groupId>
    <artifactId>jar-class-loader</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.scrum-master : jar-class-loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of de.scrum-master : jar-class-loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
jar-class-loader-1.0

How to add a dependency to Maven

Add the following de.scrum-master : jar-class-loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.scrum-master</groupId>
    <artifactId>jar-class-loader</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.scrum-master : jar-class-loader gradle dependency to your build.gradle file:

implementation 'de.scrum-master:jar-class-loader:1.0'

Gradle Kotlin DSL: Add the following de.scrum-master : jar-class-loader gradle kotlin dependency to your build.gradle.kts file:

implementation("de.scrum-master:jar-class-loader:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.scrum-master : jar-class-loader sbt scala dependency to your build.sbt file:

libraryDependencies += "de.scrum-master" % "jar-class-loader" % "1.0"

Advertisement

Dependencies from Group

Feb 17, 2022
1 usages
0 stars
Aug 04, 2018
1 stars
Feb 17, 2022
1 stars
Nov 14, 2013
4 stars

Discover Dependencies

Nov 04, 2018
1 stars
Nov 04, 2018
1 stars
Jul 20, 2023
2 stars
Aug 30, 2021
2 stars
Oct 26, 2018
0 stars
Nov 16, 2020
68.1k stars