| Categories | 
                CategoriesJSON Data | 
        
|---|---|
| GroupId | GroupIdorg.bitbucket.cowwoc | 
    
| ArtifactId | ArtifactIdtojsonstring | 
    
| Last Version | Last Version1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| tojsonstring-1.3.pom | |
| tojsonstring-1.3.jar | 7 KB | 
| tojsonstring-1.3-sources.jar | 2 KB | 
| tojsonstring-1.3-javadoc.jar | 31 KB | 
| Browse | 
<!-- 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"]