w

wicketstuff-portlet-parent

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