MVN

com.cedarsoftware : json-command-servlet

Maven & Gradle

Jan 13, 2022
2 usages
4 stars

json-command-servlet · Command servlet for routing web requests to Spring beans

<dependency>
    <groupId>com.cedarsoftware</groupId>
    <artifactId>json-command-servlet</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoftware : json-command-servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of com.cedarsoftware : json-command-servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
json-command-servlet-1.9.1
json-command-servlet-1.9.0
1.8.x
json-command-servlet-1.8.4
json-command-servlet-1.8.3
json-command-servlet-1.8.2
json-command-servlet-1.8.1
json-command-servlet-1.8.0
1.7.x
json-command-servlet-1.7.1
json-command-servlet-1.7.0
1.6.x
json-command-servlet-1.6.6
json-command-servlet-1.6.5
json-command-servlet-1.6.4
json-command-servlet-1.6.3
json-command-servlet-1.6.2
json-command-servlet-1.6.1
json-command-servlet-1.6.0
1.5.x
json-command-servlet-1.5.5
json-command-servlet-1.5.4
json-command-servlet-1.5.3
json-command-servlet-1.5.2
json-command-servlet-1.5.1
json-command-servlet-1.5.0
1.4.x
json-command-servlet-1.4.3
json-command-servlet-1.4.2
json-command-servlet-1.4.1
json-command-servlet-1.4.0
1.3.x
json-command-servlet-1.3.3
json-command-servlet-1.3.2
json-command-servlet-1.3.1
json-command-servlet-1.3.0
1.2.x
json-command-servlet-1.2.5
json-command-servlet-1.2.4
json-command-servlet-1.2.3
json-command-servlet-1.2.2
json-command-servlet-1.2.1
json-command-servlet-1.2.0
1.1.x
json-command-servlet-1.1.2
json-command-servlet-1.1.1
json-command-servlet-1.1.0
1.0.x
json-command-servlet-1.0.0

How to add a dependency to Maven

Add the following com.cedarsoftware : json-command-servlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoftware</groupId>
    <artifactId>json-command-servlet</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoftware : json-command-servlet gradle dependency to your build.gradle file:

implementation 'com.cedarsoftware:json-command-servlet:1.9.1'

Gradle Kotlin DSL: Add the following com.cedarsoftware : json-command-servlet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoftware:json-command-servlet:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoftware : json-command-servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoftware" % "json-command-servlet" % "1.9.1"

Advertisement