<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jetty</artifactId>
<version>6.1.26_4</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.jetty:6.1.26_4'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.jetty:6.1.26_4")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.jetty" % "6.1.26_4"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.jetty', version='6.1.26_4')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.jetty" rev="6.1.26_4" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>8</version> </parent>
compile
|-- ${pkgGroupId}:jetty:6.1.26
|-- ${pkgGroupId}:jetty-management:6.1.26
|-- ${pkgGroupId}:jetty-util:6.1.26
|-- ${pkgGroupId}:jetty-sslengine:6.1.26
|-- ${pkgGroupId}:jetty-client:6.1.26
|-- ${pkgGroupId}:jetty-naming:6.1.26
|-- ${pkgGroupId}:jetty-plus:6.1.26
|-- ${pkgGroupId}:jetty:6.1.26
|-- ${pkgGroupId}:jetty-management:6.1.26
|-- ${pkgGroupId}:jetty-util:6.1.26
|-- ${pkgGroupId}:jetty-sslengine:6.1.26
|-- ${pkgGroupId}:jetty-client:6.1.26