MVN

org.smallmind : web-json-dto

Maven & Gradle

Jul 11, 2020
2 usages
9 stars

Web-Json-Dto · Json Dto Annotation Processor

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>web-json-dto</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : web-json-dto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1

All Versions

Choose a version of org.smallmind : web-json-dto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
web-json-dto-3.5.1
web-json-dto-3.5.0
3.3.x
web-json-dto-3.3.25
web-json-dto-3.3.24
web-json-dto-3.3.23
web-json-dto-3.3.22
web-json-dto-3.3.21
web-json-dto-3.3.20
web-json-dto-3.3.19
web-json-dto-3.3.18
web-json-dto-3.3.17
web-json-dto-3.3.16
web-json-dto-3.3.15
web-json-dto-3.3.14
web-json-dto-3.3.12
web-json-dto-3.3.11
web-json-dto-3.3.10
web-json-dto-3.3.9
web-json-dto-3.3.8
web-json-dto-3.3.7
web-json-dto-3.3.6
web-json-dto-3.3.5
web-json-dto-3.3.4
web-json-dto-3.3.3
web-json-dto-3.3.2
web-json-dto-3.3.1
web-json-dto-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>web-json-dto</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : web-json-dto gradle dependency to your build.gradle file:

implementation 'org.smallmind:web-json-dto:3.5.1'

Gradle Kotlin DSL: Add the following org.smallmind : web-json-dto gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:web-json-dto:3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : web-json-dto sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "web-json-dto" % "3.5.1"

Advertisement