Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.wicketbuch.extensions |
ArtifactId | ArtifactIdclasspath-preloader |
Version | Version0.0.1.wicket7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.wicketbuch.extensions/classpath-preloader/ -->
<dependency>
<groupId>de.wicketbuch.extensions</groupId>
<artifactId>classpath-preloader</artifactId>
<version>0.0.1.wicket7</version>
</dependency>
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/classpath-preloader/
implementation 'de.wicketbuch.extensions:classpath-preloader:0.0.1.wicket7'
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/classpath-preloader/
implementation ("de.wicketbuch.extensions:classpath-preloader:0.0.1.wicket7")
'de.wicketbuch.extensions:classpath-preloader:jar:0.0.1.wicket7'
<dependency org="de.wicketbuch.extensions" name="classpath-preloader" rev="0.0.1.wicket7">
<artifact name="classpath-preloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.wicketbuch.extensions', module='classpath-preloader', version='0.0.1.wicket7')
)
libraryDependencies += "de.wicketbuch.extensions" % "classpath-preloader" % "0.0.1.wicket7"
[de.wicketbuch.extensions/classpath-preloader "0.0.1.wicket7"]