Files download
File Operation
wings-portlet-3.3.1.jar download
wings-portlet-3.3.1.pom download
wings-portlet-3.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dheid</groupId>
  <artifactId>wings-portlet</artifactId>
  <version>3.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.dheid:wings-portlet:3.3.1'
Gradle Kotlin
implementation("io.github.dheid:wings-portlet:3.3.1")
Scala SBT
libraryDependencies += "io.github.dheid" % "wings-portlet" % "3.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dheid', module='wings-portlet', version='3.3.1')
)
Apache Ivy
<dependency org="io.github.dheid" name="wings-portlet" rev="3.3.1" />
Leiningen
[io.github.dheid/wings-portlet "3.3.1"]
Apache Buildr
'io.github.dheid:wings-portlet:jar:3.3.1'