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