is not current version
Last Version 1.0.1

org.brutusin:jsonsrv-example 1.0.0

Sample web module for testing jsonsrv + jsonsrv-human-renderer

Categories

Categories

JSON Data
GroupId

GroupId

org.brutusin
ArtifactId

ArtifactId

jsonsrv-example
Version

Version

1.0.0
Type

Type

war

Download jsonsrv-example 1.0.0


<!-- https://jarcasting.com/artifacts/org.brutusin/jsonsrv-example/ -->
<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>jsonsrv-example</artifactId>
    <version>1.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.brutusin/jsonsrv-example/
implementation 'org.brutusin:jsonsrv-example:1.0.0'
// https://jarcasting.com/artifacts/org.brutusin/jsonsrv-example/
implementation ("org.brutusin:jsonsrv-example:1.0.0")
'org.brutusin:jsonsrv-example:war:1.0.0'
<dependency org="org.brutusin" name="jsonsrv-example" rev="1.0.0">
  <artifact name="jsonsrv-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.brutusin', module='jsonsrv-example', version='1.0.0')
)
libraryDependencies += "org.brutusin" % "jsonsrv-example" % "1.0.0"
[org.brutusin/jsonsrv-example "1.0.0"]