<dependency>
<groupId>com.day.commons.osgi.wrapper</groupId>
<artifactId>com.day.commons.osgi.wrapper.simple-jndi</artifactId>
<version>0.11.14.1.0008</version>
<type>bundle</type>
</dependency>
implementation 'com.day.commons.osgi.wrapper:com.day.commons.osgi.wrapper.simple-jndi:0.11.14.1.0008'
implementation("com.day.commons.osgi.wrapper:com.day.commons.osgi.wrapper.simple-jndi:0.11.14.1.0008")
libraryDependencies += "com.day.commons.osgi.wrapper" % "com.day.commons.osgi.wrapper.simple-jndi" % "0.11.14.1.0008"
@Grapes(
@Grab(group='com.day.commons.osgi.wrapper', module='com.day.commons.osgi.wrapper.simple-jndi', version='0.11.14.1.0008')
)
<dependency org="com.day.commons.osgi.wrapper" name="com.day.commons.osgi.wrapper.simple-jndi" rev="0.11.14.1.0008" />
<parent> <groupId>com.day.commons</groupId> <artifactId>parent</artifactId> <version>11</version> </parent>
compile
|-- org.apache.felix:org.osgi.core:1.2.0
|-- org.apache.felix:org.osgi.compendium:1.2.0
|-- simple-jndi:simple-jndi:0.11.4.1
|-- commons-dbcp:commons-dbcp:1.2.2
|-- commons-pool:commons-pool:1.4
provided