i

io.wcm.handler.commons

Functionality shared by the handler implementations.
${site.url}/${site.url.module.prefix}/
Files download
File Operation
io.wcm.handler.commons-2.0.0.jar download
io.wcm.handler.commons-2.0.0.pom download
io.wcm.handler.commons-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.wcm</groupId>
  <artifactId>io.wcm.handler.commons</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.wcm:io.wcm.handler.commons:2.0.0'
Gradle Kotlin
implementation("io.wcm:io.wcm.handler.commons:2.0.0")
Scala SBT
libraryDependencies += "io.wcm" % "io.wcm.handler.commons" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm', module='io.wcm.handler.commons', version='2.0.0')
)
Apache Ivy
<dependency org="io.wcm" name="io.wcm.handler.commons" rev="2.0.0" />
Leiningen
[io.wcm/io.wcm.handler.commons "2.0.0"]
Apache Buildr
'io.wcm:io.wcm.handler.commons:jar:2.0.0'