d

dellroad-stuff-vaadin7

DellRoad Stuff is a dumping ground for various useful Java classes and ant build macros that have evolved over time from repeated use in several different projects. This module contains classes related to the Vaadin GUI framework.
Files download
File Operation
dellroad-stuff-vaadin7-2.0.0.jar download
dellroad-stuff-vaadin7-2.0.0.pom download
dellroad-stuff-vaadin7-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dellroad</groupId>
  <artifactId>dellroad-stuff-vaadin7</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.dellroad:dellroad-stuff-vaadin7:2.0.0'
Gradle Kotlin
implementation("org.dellroad:dellroad-stuff-vaadin7:2.0.0")
Scala SBT
libraryDependencies += "org.dellroad" % "dellroad-stuff-vaadin7" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dellroad', module='dellroad-stuff-vaadin7', version='2.0.0')
)
Apache Ivy
<dependency org="org.dellroad" name="dellroad-stuff-vaadin7" rev="2.0.0" />
Leiningen
[org.dellroad/dellroad-stuff-vaadin7 "2.0.0"]
Apache Buildr
'org.dellroad:dellroad-stuff-vaadin7:jar:2.0.0'