l

loader

An optimized class loader implementation that loads classes from a WebSphere installation.
https://github.com/veithen/visualwas
Files download
File Operation
loader-2.2.0.jar download
loader-2.2.0.pom download
loader-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veithen.visualwas</groupId>
  <artifactId>loader</artifactId>
  <version>2.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.visualwas:loader:2.2.0'
Gradle Kotlin
implementation("com.github.veithen.visualwas:loader:2.2.0")
Scala SBT
libraryDependencies += "com.github.veithen.visualwas" % "loader" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.visualwas', module='loader', version='2.2.0')
)
Apache Ivy
<dependency org="com.github.veithen.visualwas" name="loader" rev="2.2.0" />
Leiningen
[com.github.veithen.visualwas/loader "2.2.0"]
Apache Buildr
'com.github.veithen.visualwas:loader:jar:2.2.0'