j

json-command-servlet

Command servlet for routing web requests to Spring beans
https://github.com/jdereg/json-command-servlet
The Apache License, Version 2.0
John DeRegnaucourt
Files download
File Operation
json-command-servlet-2.3.0.jar download
json-command-servlet-2.3.0.pom download
json-command-servlet-2.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>json-command-servlet</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:json-command-servlet:2.3.0'
Gradle Kotlin
implementation("com.cedarsoftware:json-command-servlet:2.3.0")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "json-command-servlet" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='json-command-servlet', version='2.3.0')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="json-command-servlet" rev="2.3.0" />
Leiningen
[com.cedarsoftware/json-command-servlet "2.3.0"]
Apache Buildr
'com.cedarsoftware:json-command-servlet:jar:2.3.0'