MVN

de.wicketbuch.extensions : classpath-preloader

Maven & Gradle

Jun 08, 2018
1 usages

classpath-preloader · classpath preloading for systems with slow disk access

<dependency>
    <groupId>de.wicketbuch.extensions</groupId>
    <artifactId>classpath-preloader</artifactId>
    <version>0.0.1.wicket8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.wicketbuch.extensions : classpath-preloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1.wicket8

All Versions

Choose a version of de.wicketbuch.extensions : classpath-preloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
classpath-preloader-0.0.1.wicket8
classpath-preloader-0.0.1.wicket7

How to add a dependency to Maven

Add the following de.wicketbuch.extensions : classpath-preloader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.wicketbuch.extensions</groupId>
    <artifactId>classpath-preloader</artifactId>
    <version>0.0.1.wicket8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.wicketbuch.extensions : classpath-preloader gradle dependency to your build.gradle file:

implementation 'de.wicketbuch.extensions:classpath-preloader:0.0.1.wicket8'

Gradle Kotlin DSL: Add the following de.wicketbuch.extensions : classpath-preloader gradle kotlin dependency to your build.gradle.kts file:

implementation("de.wicketbuch.extensions:classpath-preloader:0.0.1.wicket8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.wicketbuch.extensions : classpath-preloader sbt scala dependency to your build.sbt file:

libraryDependencies += "de.wicketbuch.extensions" % "classpath-preloader" % "0.0.1.wicket8"

Advertisement