License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.progsbase.libraries |
ArtifactId | ArtifactIdJSON |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JSON-0.4.0.pom | |
JSON-0.4.0.jar | 85 KB |
JSON-0.4.0-sources.jar | 56 KB |
JSON-0.4.0-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.progsbase.libraries/JSON/ -->
<dependency>
<groupId>com.progsbase.libraries</groupId>
<artifactId>JSON</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.progsbase.libraries/JSON/
implementation 'com.progsbase.libraries:JSON:0.4.0'
// https://jarcasting.com/artifacts/com.progsbase.libraries/JSON/
implementation ("com.progsbase.libraries:JSON:0.4.0")
'com.progsbase.libraries:JSON:jar:0.4.0'
<dependency org="com.progsbase.libraries" name="JSON" rev="0.4.0">
<artifact name="JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.progsbase.libraries', module='JSON', version='0.4.0')
)
libraryDependencies += "com.progsbase.libraries" % "JSON" % "0.4.0"
[com.progsbase.libraries/JSON "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |