w

wicketstuff-portlet-parent

Parent project for WicketStuff Portlet
The Apache Software License, Version 2.0
Konstantinos Karavitis Peter Pastrnak
Files download
File Operation
wicketstuff-portlet-parent-8.11.0.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-portlet-parent</artifactId>
  <version>8.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-portlet-parent:8.11.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-portlet-parent:8.11.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-portlet-parent" % "8.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-portlet-parent', version='8.11.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-portlet-parent" rev="8.11.0" />
Leiningen
[org.wicketstuff/wicketstuff-portlet-parent "8.11.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-portlet-parent:jar:8.11.0'