Download vaadinbridge-1.0.0.jar file - Jar v

Jar examples for v:vaadinbridge

Description

Provide in OSGi the servlet /VAADIN to map vaadin resources (like widgetsets and themes) out in the world. The bridge will watch bundles and automatically publish/destroy VAADIN resources.

You can download jar file vaadinbridge 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add vaadinbridge-1.0.0.jar to your project.

<dependency>
   <groupId>de.mhus.osgi</groupId>
   <artifactId>vaadinbridge</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'de.mhus.osgi', name: 'vaadinbridge', version: '1.0.0'
libraryDependencies += "de.mhus.osgi" % "vaadinbridge" % "1.0.0"
<dependency org="de.mhus.osgi" name="vaadinbridge" rev="1.0.0"/>
@Grapes(@Grab(group='de.mhus.osgi', module='vaadinbridge', version='1.0.0'))
'de.mhus.osgi:vaadinbridge:jar:1.0.0'

Download

Click the following link to download the jar file.

vaadinbridge-1.0.0-javadoc.jar
vaadinbridge-1.0.0-sources.jar
vaadinbridge-1.0.0.jar
vaadinbridge-1.0.0.pom



Related Tutorials