is not current version
Last Version 0.3.5-dev1h+d2cf752

org.danilopianini:thread-inheritable-resource-loader 0.2.0

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.

GroupId

GroupId

org.danilopianini
ArtifactId

ArtifactId

thread-inheritable-resource-loader
Version

Version

0.2.0
Type

Type

jar

Download thread-inheritable-resource-loader 0.2.0


<!-- https://jarcasting.com/artifacts/org.danilopianini/thread-inheritable-resource-loader/ -->
<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>thread-inheritable-resource-loader</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.danilopianini/thread-inheritable-resource-loader/
implementation 'org.danilopianini:thread-inheritable-resource-loader:0.2.0'
// https://jarcasting.com/artifacts/org.danilopianini/thread-inheritable-resource-loader/
implementation ("org.danilopianini:thread-inheritable-resource-loader:0.2.0")
'org.danilopianini:thread-inheritable-resource-loader:jar:0.2.0'
<dependency org="org.danilopianini" name="thread-inheritable-resource-loader" rev="0.2.0">
  <artifact name="thread-inheritable-resource-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.danilopianini', module='thread-inheritable-resource-loader', version='0.2.0')
)
libraryDependencies += "org.danilopianini" % "thread-inheritable-resource-loader" % "0.2.0"
[org.danilopianini/thread-inheritable-resource-loader "0.2.0"]