MVN

org.epics : vtype-json

Maven & Gradle

May 22, 2023

org.epics.vtype.json · Standard JSON serilization for value types.

<dependency>
    <groupId>org.epics</groupId>
    <artifactId>vtype-json</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.epics : vtype-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.epics : vtype-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
vtype-json-2.9.0
2.8.x
vtype-json-2.8.0
1.0.x
vtype-json-1.0.6
vtype-json-1.0.5
vtype-json-1.0.4
vtype-json-1.0.3
vtype-json-1.0.2-j8
vtype-json-1.0.2
vtype-json-1.0.1
vtype-json-1.0.0

How to add a dependency to Maven

Add the following org.epics : vtype-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.epics</groupId>
    <artifactId>vtype-json</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.epics : vtype-json gradle dependency to your build.gradle file:

implementation 'org.epics:vtype-json:1.0.6'

Gradle Kotlin DSL: Add the following org.epics : vtype-json gradle kotlin dependency to your build.gradle.kts file:

implementation("org.epics:vtype-json:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.epics : vtype-json sbt scala dependency to your build.sbt file:

libraryDependencies += "org.epics" % "vtype-json" % "1.0.6"

Advertisement

Dependencies from Group

caj
Mar 25, 2015
12 usages
jca
May 22, 2023
11 usages
7 stars
May 22, 2023
3 usages
1 stars
May 22, 2023
3 usages
4 stars
May 22, 2023
2 usages
0 stars

Discover Dependencies