Download commons-discovery-0.4.jar file - Jar c

Jar examples for c:commons-discovery

Description

Its an port to fix bugs in OSGi support. ... The Apache Commons Discovery 0.5 component is about discovering, or finding, implementations for pluggable interfaces.

You can download jar file commons-discovery 0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-discovery-0.4.jar to your project.

<dependency>
   <groupId>commons-discovery</groupId>
   <artifactId>commons-discovery</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'commons-discovery', name: 'commons-discovery', version: '0.4'
libraryDependencies += "commons-discovery" % "commons-discovery" % "0.4"
<dependency org="commons-discovery" name="commons-discovery" rev="0.4"/>
@Grapes(@Grab(group='commons-discovery', module='commons-discovery', version='0.4'))
'commons-discovery:commons-discovery:jar:0.4'

Download

Click the following link to download the jar file.

commons-discovery-0.4-sources.jar
commons-discovery-0.4.jar
commons-discovery-0.4.pom



Related Tutorials