MVN

com.vimeo.stag : stag-library

Maven & Gradle

Oct 26, 2018
2 usages
352 stars

stag-library · Stag improves Gson performance by automatically generating reflection-less TypeAdapters for your model objects.

<dependency>
    <groupId>com.vimeo.stag</groupId>
    <artifactId>stag-library</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vimeo.stag : stag-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.vimeo.stag : stag-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
stag-library-2.6.0
2.5.x
stag-library-2.5.1
stag-library-2.5.0
2.4.x
stag-library-2.4.0
2.3.x
stag-library-2.3.3
stag-library-2.3.2
stag-library-2.3.1

How to add a dependency to Maven

Add the following com.vimeo.stag : stag-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vimeo.stag</groupId>
    <artifactId>stag-library</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vimeo.stag : stag-library gradle dependency to your build.gradle file:

implementation 'com.vimeo.stag:stag-library:2.6.0'

Gradle Kotlin DSL: Add the following com.vimeo.stag : stag-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vimeo.stag:stag-library:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vimeo.stag : stag-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vimeo.stag" % "stag-library" % "2.6.0"