MVN

com.vendasta : common.v1

Maven & Gradle

Aug 18, 2018
4 usages

Common · Common objects for java sdk

<dependency>
    <groupId>com.vendasta</groupId>
    <artifactId>common.v1</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vendasta : common.v1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.vendasta : common.v1 to add to Maven or Gradle - All Versions:

  • Version Updated
  • common.v1-1.2.2

    Aug 17, 2018
  • common.v1-1.2.1

    Apr 24, 2018
  • common.v1-1.2.0

    Apr 23, 2018
  • common.v1-1.1.3

    Apr 20, 2018
  • common.v1-1.1.2

    Apr 19, 2018
  • common.v1-1.1.1

    Aug 22, 2017
  • common.v1-1.1.0

    Aug 21, 2017
  • common.v1-1.0.0

    Aug 02, 2017
  • common.v1-0.0.3

    Jul 18, 2017
  • common.v1-0.0.2

    Jul 07, 2017
  • common.v1-0.0.1

    Jul 06, 2017

How to add a dependency to Maven

Add the following com.vendasta : common.v1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vendasta</groupId>
    <artifactId>common.v1</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vendasta : common.v1 gradle dependency to your build.gradle file:

implementation 'com.vendasta:common.v1:1.2.2'

Gradle Kotlin DSL: Add the following com.vendasta : common.v1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vendasta:common.v1:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vendasta : common.v1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vendasta" % "common.v1" % "1.2.2"