c

classpath-preloader

classpath preloading for systems with slow disk access
Files download
File Operation
classpath-preloader-0.0.1.wicket8.jar download
classpath-preloader-0.0.1.wicket8.pom download
classpath-preloader-0.0.1.wicket8-sources.jar download
Apache Maven
<dependency>
  <groupId>de.wicketbuch.extensions</groupId>
  <artifactId>classpath-preloader</artifactId>
  <version>0.0.1.wicket8</version>
</dependency>
Gradle Groovy
implementation 'de.wicketbuch.extensions:classpath-preloader:0.0.1.wicket8'
Gradle Kotlin
implementation("de.wicketbuch.extensions:classpath-preloader:0.0.1.wicket8")
Scala SBT
libraryDependencies += "de.wicketbuch.extensions" % "classpath-preloader" % "0.0.1.wicket8"
Groovy Grape
@Grapes(
  @Grab(group='de.wicketbuch.extensions', module='classpath-preloader', version='0.0.1.wicket8')
)
Apache Ivy
<dependency org="de.wicketbuch.extensions" name="classpath-preloader" rev="0.0.1.wicket8" />
Leiningen
[de.wicketbuch.extensions/classpath-preloader "0.0.1.wicket8"]
Apache Buildr
'de.wicketbuch.extensions:classpath-preloader:jar:0.0.1.wicket8'