<dependency>
<groupId>com.day.commons.osgi.wrapper</groupId>
<artifactId>com.day.commons.osgi.wrapper.commons-httpclient</artifactId>
<version>3.1.0.003</version>
<type>bundle</type>
</dependency>
implementation 'com.day.commons.osgi.wrapper:com.day.commons.osgi.wrapper.commons-httpclient:3.1.0.003'
implementation("com.day.commons.osgi.wrapper:com.day.commons.osgi.wrapper.commons-httpclient:3.1.0.003")
libraryDependencies += "com.day.commons.osgi.wrapper" % "com.day.commons.osgi.wrapper.commons-httpclient" % "3.1.0.003"
@Grapes(
@Grab(group='com.day.commons.osgi.wrapper', module='com.day.commons.osgi.wrapper.commons-httpclient', version='3.1.0.003')
)
<dependency org="com.day.commons.osgi.wrapper" name="com.day.commons.osgi.wrapper.commons-httpclient" rev="3.1.0.003" />
[com.day.commons.osgi.wrapper/com.day.commons.osgi.wrapper.commons-httpclient "3.1.0.003"]
<parent> <groupId>com.day.commons</groupId> <artifactId>parent</artifactId> <version>9</version> </parent>
compile
|-- commons-httpclient:commons-httpclient:3.1
|-- junit:junit
provided
|-- org.apache.felix:org.osgi.core:1.0.0
|-- org.apache.felix:org.osgi.compendium:1.0.0
|-- org.apache.sling:org.apache.sling.commons.osgi:2.0.4-incubator