License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.samples |
ArtifactId | ArtifactIdsamples-httpservice |
Last Version | Last Version8.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax Web HttpService Samples
Samples related to OSGi CMPN 102 Http Service
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
samples-httpservice-8.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/samples-httpservice/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>samples-httpservice</artifactId>
<version>8.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/samples-httpservice/
implementation 'org.ops4j.pax.web.samples:samples-httpservice:8.0.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/samples-httpservice/
implementation ("org.ops4j.pax.web.samples:samples-httpservice:8.0.4")
'org.ops4j.pax.web.samples:samples-httpservice:pom:8.0.4'
<dependency org="org.ops4j.pax.web.samples" name="samples-httpservice" rev="8.0.4">
<artifact name="samples-httpservice" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='samples-httpservice', version='8.0.4')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "samples-httpservice" % "8.0.4"
[org.ops4j.pax.web.samples/samples-httpservice "8.0.4"]