MVN

com.adobe.ride : ride-model-util

Maven & Gradle

Jan 31, 2020
1 usages
80 stars

ride-model-util · Utility designed for json schema handling and object production

<dependency>
    <groupId>com.adobe.ride</groupId>
    <artifactId>ride-model-util</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.ride : ride-model-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.adobe.ride : ride-model-util to add to Maven or Gradle - All Versions:

  • Version Updated
  • ride-model-util-2.0.0

    Jan 30, 2020
  • ride-model-util-1.0.8

    Oct 28, 2019
  • ride-model-util-1.0.7

    Aug 29, 2019
  • ride-model-util-1.0.6

    Apr 26, 2019
  • ride-model-util-1.0.5

    Apr 05, 2019
  • ride-model-util-1.0.4

    Mar 26, 2019
  • ride-model-util-1.0.3

    Dec 07, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.ride</groupId>
    <artifactId>ride-model-util</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.ride : ride-model-util gradle dependency to your build.gradle file:

implementation 'com.adobe.ride:ride-model-util:2.0.0'

Gradle Kotlin DSL: Add the following com.adobe.ride : ride-model-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.ride:ride-model-util:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.ride : ride-model-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.ride" % "ride-model-util" % "2.0.0"