c

classpath-preloader-parent

Scan the classpath resources at startup to prevent costly delays at runtime
https://github.com/duesenklipper/wicket-classpathpreloader
Apache License, Version 2.0
Carl-Eric Menzel
Files download
File Operation
classpath-preloader-parent-0.0.1.wicket8.pom download
Apache Maven
<dependency>
  <groupId>de.wicketbuch.extensions</groupId>
  <artifactId>classpath-preloader-parent</artifactId>
  <version>0.0.1.wicket8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.wicketbuch.extensions:classpath-preloader-parent:0.0.1.wicket8'
Gradle Kotlin
implementation("de.wicketbuch.extensions:classpath-preloader-parent:0.0.1.wicket8")
Scala SBT
libraryDependencies += "de.wicketbuch.extensions" % "classpath-preloader-parent" % "0.0.1.wicket8"
Groovy Grape
@Grapes(
  @Grab(group='de.wicketbuch.extensions', module='classpath-preloader-parent', version='0.0.1.wicket8')
)
Apache Ivy
<dependency org="de.wicketbuch.extensions" name="classpath-preloader-parent" rev="0.0.1.wicket8" />
Leiningen
[de.wicketbuch.extensions/classpath-preloader-parent "0.0.1.wicket8"]
Apache Buildr
'de.wicketbuch.extensions:classpath-preloader-parent:jar:0.0.1.wicket8'