w

wicketstuff-jslibraries

This project is simply a unified way of including common JS libraries within Wicket so that you don't have to bundle them in your application, and they aren't deployed with dozens of jars that may use them, but they are deployed in only one.
Jeremy Thomerson
Files download
File Operation
wicketstuff-jslibraries-6.20.0.jar download
wicketstuff-jslibraries-6.20.0.pom download
wicketstuff-jslibraries-6.20.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-jslibraries</artifactId>
  <version>6.20.0</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-jslibraries:6.20.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-jslibraries:6.20.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-jslibraries" % "6.20.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-jslibraries', version='6.20.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-jslibraries" rev="6.20.0" />
Leiningen
[org.wicketstuff/wicketstuff-jslibraries "6.20.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-jslibraries:jar:6.20.0'