| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.cedarsoftware |
| ArtifactId | ArtifactIdjson-command-servlet |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| json-command-servlet-1.5.0.pom | |
| json-command-servlet-1.5.0.jar | 22 KB |
| json-command-servlet-1.5.0-sources.jar | 17 KB |
| json-command-servlet-1.5.0-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoftware/json-command-servlet/ -->
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-command-servlet</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoftware/json-command-servlet/
implementation 'com.cedarsoftware:json-command-servlet:1.5.0'
// https://jarcasting.com/artifacts/com.cedarsoftware/json-command-servlet/
implementation ("com.cedarsoftware:json-command-servlet:1.5.0")
'com.cedarsoftware:json-command-servlet:jar:1.5.0'
<dependency org="com.cedarsoftware" name="json-command-servlet" rev="1.5.0">
<artifact name="json-command-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoftware', module='json-command-servlet', version='1.5.0')
)
libraryDependencies += "com.cedarsoftware" % "json-command-servlet" % "1.5.0"
[com.cedarsoftware/json-command-servlet "1.5.0"]