Download smartswitch-api-4.0.1.jar file - Jar s

Jar examples for s:smartswitch-api

Description

API for client bundles which want to switch between default services and OSGi services.

You can download jar file smartswitch-api 4.0.1 in this page.

Build File

You can use the following script to add smartswitch-api-4.0.1.jar to your project.

<dependency>
   <groupId>ch.sourcepond.commons</groupId>
   <artifactId>smartswitch-api</artifactId>
   <version>4.0.1</version>
</dependency>
compile group: 'ch.sourcepond.commons', name: 'smartswitch-api', version: '4.0.1'
libraryDependencies += "ch.sourcepond.commons" % "smartswitch-api" % "4.0.1"
<dependency org="ch.sourcepond.commons" name="smartswitch-api" rev="4.0.1"/>
@Grapes(@Grab(group='ch.sourcepond.commons', module='smartswitch-api', version='4.0.1'))
'ch.sourcepond.commons:smartswitch-api:jar:4.0.1'

Download

Click the following link to download the jar file.

smartswitch-api-4.0.1-javadoc.jar
smartswitch-api-4.0.1-sources.jar
smartswitch-api-4.0.1.jar
smartswitch-api-4.0.1.pom



Related Tutorials