is not current version
Last Version 0.4.0

com.progsbase.libraries:JSON 0.3.9

This JSON library is mostly written in progsbase-compatible Java. Progsbase allows writing a program in many languages at once. Thus, the core of this library is avaiable in 12 programming languages through the progsbase tool.

Categories

Categories

JSON Data
GroupId

GroupId

com.progsbase.libraries
ArtifactId

ArtifactId

JSON
Version

Version

0.3.9
Type

Type

jar

Download JSON 0.3.9


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