MVN

com.tagdynamics : snap-model

Maven & Gradle

Apr 10, 2014
1 usages
0 stars

SnapBundle Model · Provides an interface driven object model for working with the SnapBundle platform

<dependency>
    <groupId>com.tagdynamics</groupId>
    <artifactId>snap-model</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagdynamics : snap-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of com.tagdynamics : snap-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
snap-model-2.8
2.7
snap-model-2.7
2.6
snap-model-2.6
2.5
snap-model-2.5
2.4
snap-model-2.4

How to add a dependency to Maven

Add the following com.tagdynamics : snap-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tagdynamics</groupId>
    <artifactId>snap-model</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tagdynamics : snap-model gradle dependency to your build.gradle file:

implementation 'com.tagdynamics:snap-model:2.8'

Gradle Kotlin DSL: Add the following com.tagdynamics : snap-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tagdynamics:snap-model:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tagdynamics : snap-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tagdynamics" % "snap-model" % "2.8"

Advertisement