t

thread-inheritable-resource-loader

A thread-inheritable configurable resource loader. Parent thread can add elements to their classpath, and such elements will get inherited by their children, as far as the library is used correclty.
https://github.com/DanySK/Thread-Inheritable-Resource-Loader-for-Java
Apache License, Version 2.0
Matteo Magnani Danilo Pianini
Files download
File Operation
thread-inheritable-resource-loader-0.3.6.jar download
thread-inheritable-resource-loader-0.3.6.pom download
thread-inheritable-resource-loader-0.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.danilopianini</groupId>
  <artifactId>thread-inheritable-resource-loader</artifactId>
  <version>0.3.6</version>
</dependency>
Gradle Groovy
implementation 'org.danilopianini:thread-inheritable-resource-loader:0.3.6'
Gradle Kotlin
implementation("org.danilopianini:thread-inheritable-resource-loader:0.3.6")
Scala SBT
libraryDependencies += "org.danilopianini" % "thread-inheritable-resource-loader" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.danilopianini', module='thread-inheritable-resource-loader', version='0.3.6')
)
Apache Ivy
<dependency org="org.danilopianini" name="thread-inheritable-resource-loader" rev="0.3.6" />
Leiningen
[org.danilopianini/thread-inheritable-resource-loader "0.3.6"]
Apache Buildr
'org.danilopianini:thread-inheritable-resource-loader:jar:0.3.6'
Dependencies
The project has no third-party dependencies