License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.cedarsoftware |
ArtifactId | ArtifactIdjson-command-servlet |
Last Version | Last Version1.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-command-servlet
Command servlet for routing web requests to Spring beans
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-command-servlet-1.9.1.pom | |
json-command-servlet-1.9.1.jar | 20 KB |
json-command-servlet-1.9.1-sources.jar | 12 KB |
json-command-servlet-1.9.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoftware/json-command-servlet/ -->
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-command-servlet</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoftware/json-command-servlet/
implementation 'com.cedarsoftware:json-command-servlet:1.9.1'
// https://jarcasting.com/artifacts/com.cedarsoftware/json-command-servlet/
implementation ("com.cedarsoftware:json-command-servlet:1.9.1")
'com.cedarsoftware:json-command-servlet:jar:1.9.1'
<dependency org="com.cedarsoftware" name="json-command-servlet" rev="1.9.1">
<artifact name="json-command-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoftware', module='json-command-servlet', version='1.9.1')
)
libraryDependencies += "com.cedarsoftware" % "json-command-servlet" % "1.9.1"
[com.cedarsoftware/json-command-servlet "1.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 3.0.9 |
com.cedarsoftware : java-util | jar | 1.68.0 |
com.cedarsoftware : json-io | jar | 4.13.0 |
org.springframework : spring-context | jar | 5.3.14 |
org.springframework : spring-web | jar | 5.3.14 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.springframework.boot : spring-boot-starter-logging | jar | 2.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.2 |