MVN

com.gwtplatform : gwtp-carstore

Maven & Gradle

Mar 08, 2014
327 stars

gwtp-carstore · Simple application used for testing GWTP features.

<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-carstore</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gwtplatform : gwtp-carstore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 1.0-RC-3.1

All Versions

Choose a version of com.gwtplatform : gwtp-carstore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
gwtp-carstore-1.2.1
1.2
gwtp-carstore-1.2
1.1.x
gwtp-carstore-1.1.1
1.1
gwtp-carstore-1.1
1.0.x
gwtp-carstore-1.0.3
gwtp-carstore-1.0.2
gwtp-carstore-1.0.1
1.0
gwtp-carstore-1.0
gwtp-carstore-1.0-RC-3.1
gwtp-carstore-1.0-RC-3

How to add a dependency to Maven

Add the following com.gwtplatform : gwtp-carstore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-carstore</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gwtplatform : gwtp-carstore gradle dependency to your build.gradle file:

implementation 'com.gwtplatform:gwtp-carstore:1.2.1'

Gradle Kotlin DSL: Add the following com.gwtplatform : gwtp-carstore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gwtplatform:gwtp-carstore:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gwtplatform : gwtp-carstore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gwtplatform" % "gwtp-carstore" % "1.2.1"

Advertisement