License |
License |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdpath-classloader |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPath Class Loader
A Class Loader that works on a Java 7 (JSR-203) file system path.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
path-classloader-1.0.0.pom | |
path-classloader-1.0.0.jar | 8 KB |
path-classloader-1.0.0-sources.jar | 3 KB |
path-classloader-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/path-classloader/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>path-classloader</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/path-classloader/
implementation 'com.github.marschall:path-classloader:1.0.0'
// https://jarcasting.com/artifacts/com.github.marschall/path-classloader/
implementation ("com.github.marschall:path-classloader:1.0.0")
'com.github.marschall:path-classloader:jar:1.0.0'
<dependency org="com.github.marschall" name="path-classloader" rev="1.0.0">
<artifact name="path-classloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='path-classloader', version='1.0.0')
)
libraryDependencies += "com.github.marschall" % "path-classloader" % "1.0.0"
[com.github.marschall/path-classloader "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.github.marschall : memoryfilesystem | jar | 1.3.0 |