Last Version

org.bitbucket.cowwoc:tojsonstring 1.3

Generates a JSON representation of a Java Object.

Categories

Categories

JSON Data
GroupId

GroupId

org.bitbucket.cowwoc
ArtifactId

ArtifactId

tojsonstring
Version

Version

1.3
Type

Type

jar

Download tojsonstring 1.3


<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/tojsonstring/ -->
<dependency>
    <groupId>org.bitbucket.cowwoc</groupId>
    <artifactId>tojsonstring</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/tojsonstring/
implementation 'org.bitbucket.cowwoc:tojsonstring:1.3'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/tojsonstring/
implementation ("org.bitbucket.cowwoc:tojsonstring:1.3")
'org.bitbucket.cowwoc:tojsonstring:jar:1.3'
<dependency org="org.bitbucket.cowwoc" name="tojsonstring" rev="1.3">
  <artifact name="tojsonstring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='tojsonstring', version='1.3')
)
libraryDependencies += "org.bitbucket.cowwoc" % "tojsonstring" % "1.3"
[org.bitbucket.cowwoc/tojsonstring "1.3"]