MVN

at.molindo : wicketstuff-merged-resources

Maven & Gradle

Sep 08, 2017
10 stars

Wicket Merged Resources · Resource merging for Apache Wicket (http://wicket.apache.org), see http://talk-on-tech.blogspot.com/2008/08/wicket-interface-speed-up-merging.html

<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>wicketstuff-merged-resources</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.molindo : wicketstuff-merged-resources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1
  • Latest Alpha: 3.1-alpha-1

All Versions

Choose a version of at.molindo : wicketstuff-merged-resources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
wicketstuff-merged-resources-4.0.1
wicketstuff-merged-resources-4.0.0
3.1.x
wicketstuff-merged-resources-3.1.3
wicketstuff-merged-resources-3.1.2
wicketstuff-merged-resources-3.1.1
wicketstuff-merged-resources-3.1.0
3.1
wicketstuff-merged-resources-3.1-alpha-1

How to add a dependency to Maven

Add the following at.molindo : wicketstuff-merged-resources maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>wicketstuff-merged-resources</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.molindo : wicketstuff-merged-resources gradle dependency to your build.gradle file:

implementation 'at.molindo:wicketstuff-merged-resources:4.0.1'

Gradle Kotlin DSL: Add the following at.molindo : wicketstuff-merged-resources gradle kotlin dependency to your build.gradle.kts file:

implementation("at.molindo:wicketstuff-merged-resources:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.molindo : wicketstuff-merged-resources sbt scala dependency to your build.sbt file:

libraryDependencies += "at.molindo" % "wicketstuff-merged-resources" % "4.0.1"