h

hs-helloworld

Files download
File Operation
hs-helloworld-9.0.16.jar download
hs-helloworld-9.0.16.pom download
hs-helloworld-9.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web.samples</groupId>
  <artifactId>hs-helloworld</artifactId>
  <version>9.0.16</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web.samples:hs-helloworld:9.0.16'
Gradle Kotlin
implementation("org.ops4j.pax.web.samples:hs-helloworld:9.0.16")
Scala SBT
libraryDependencies += "org.ops4j.pax.web.samples" % "hs-helloworld" % "9.0.16"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web.samples', module='hs-helloworld', version='9.0.16')
)
Apache Ivy
<dependency org="org.ops4j.pax.web.samples" name="hs-helloworld" rev="9.0.16" />
Leiningen
[org.ops4j.pax.web.samples/hs-helloworld "9.0.16"]
Apache Buildr
'org.ops4j.pax.web.samples:hs-helloworld:jar:9.0.16'