MVN

com.oneandone : typedrest-vaadin-sample

Maven & Gradle

Feb 28, 2016

TypedRest Vaadin Sample · Sample project for using the typedrest-vaadin library

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>typedrest-vaadin-sample</artifactId>
    <version>0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneandone : typedrest-vaadin-sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15

All Versions

Choose a version of com.oneandone : typedrest-vaadin-sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15
typedrest-vaadin-sample-0.15
0.14
typedrest-vaadin-sample-0.14
0.13
typedrest-vaadin-sample-0.13
0.12
typedrest-vaadin-sample-0.12
0.11
typedrest-vaadin-sample-0.11
0.10
typedrest-vaadin-sample-0.10
0.9
typedrest-vaadin-sample-0.9
0.8
typedrest-vaadin-sample-0.8
0.7
typedrest-vaadin-sample-0.7

How to add a dependency to Maven

Add the following com.oneandone : typedrest-vaadin-sample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>typedrest-vaadin-sample</artifactId>
    <version>0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oneandone : typedrest-vaadin-sample gradle dependency to your build.gradle file:

implementation 'com.oneandone:typedrest-vaadin-sample:0.15'

Gradle Kotlin DSL: Add the following com.oneandone : typedrest-vaadin-sample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oneandone:typedrest-vaadin-sample:0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oneandone : typedrest-vaadin-sample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oneandone" % "typedrest-vaadin-sample" % "0.15"