MVN

com.vmware.jsonteng : jsonteng-contribs

Maven & Gradle

Apr 23, 2021
29 stars

Json Template Engine - Tag Contributions · Tag contributions for Json Template Engine.

<dependency>
    <groupId>com.vmware.jsonteng</groupId>
    <artifactId>jsonteng-contribs</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vmware.jsonteng : jsonteng-contribs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.vmware.jsonteng : jsonteng-contribs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jsonteng-contribs-1.0.8
jsonteng-contribs-1.0.7
jsonteng-contribs-1.0.2

How to add a dependency to Maven

Add the following com.vmware.jsonteng : jsonteng-contribs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vmware.jsonteng</groupId>
    <artifactId>jsonteng-contribs</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vmware.jsonteng : jsonteng-contribs gradle dependency to your build.gradle file:

implementation 'com.vmware.jsonteng:jsonteng-contribs:1.0.8'

Gradle Kotlin DSL: Add the following com.vmware.jsonteng : jsonteng-contribs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vmware.jsonteng:jsonteng-contribs:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vmware.jsonteng : jsonteng-contribs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vmware.jsonteng" % "jsonteng-contribs" % "1.0.8"