Jar examples for v:vaadinbridge
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
vaadinbridge-1.0.0-javadoc.jar