is not current version
Last Version 8.0.0.M0

org.eclipse.jetty.osgi:example-jetty-osgi 7.0.2.RC0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.osgi
ArtifactId

ArtifactId

example-jetty-osgi
Version

Version

7.0.2.RC0
Type

Type

pom

Download example-jetty-osgi 7.0.2.RC0


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.osgi/example-jetty-osgi/ -->
<dependency>
    <groupId>org.eclipse.jetty.osgi</groupId>
    <artifactId>example-jetty-osgi</artifactId>
    <version>7.0.2.RC0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.osgi/example-jetty-osgi/
implementation 'org.eclipse.jetty.osgi:example-jetty-osgi:7.0.2.RC0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.osgi/example-jetty-osgi/
implementation ("org.eclipse.jetty.osgi:example-jetty-osgi:7.0.2.RC0")
'org.eclipse.jetty.osgi:example-jetty-osgi:pom:7.0.2.RC0'
<dependency org="org.eclipse.jetty.osgi" name="example-jetty-osgi" rev="7.0.2.RC0">
  <artifact name="example-jetty-osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.osgi', module='example-jetty-osgi', version='7.0.2.RC0')
)
libraryDependencies += "org.eclipse.jetty.osgi" % "example-jetty-osgi" % "7.0.2.RC0"
[org.eclipse.jetty.osgi/example-jetty-osgi "7.0.2.RC0"]