Files download
File Operation
json-command-servlet-1.6.4.jar download
json-command-servlet-1.6.4.pom download
json-command-servlet-1.6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>json-command-servlet</artifactId>
  <version>1.6.4</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:json-command-servlet:1.6.4'
Gradle Kotlin
implementation("com.cedarsoftware:json-command-servlet:1.6.4")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "json-command-servlet" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='json-command-servlet', version='1.6.4')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="json-command-servlet" rev="1.6.4" />
Leiningen
[com.cedarsoftware/json-command-servlet "1.6.4"]
Apache Buildr
'com.cedarsoftware:json-command-servlet:jar:1.6.4'