License |
License |
---|---|
Categories |
CategoriesNet JSON Data |
GroupId | GroupIdnet.lecousin.framework |
ArtifactId | ArtifactIdjson |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionThis POM defines common properties and plugins for other projects, such as checkstyle, spotbugs or Java version
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-0.3.0.pom | |
json-0.3.0.jar | 139 KB |
json-0.3.0-sources.jar | 18 KB |
json-0.3.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lecousin.framework/json/ -->
<dependency>
<groupId>net.lecousin.framework</groupId>
<artifactId>json</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lecousin.framework/json/
implementation 'net.lecousin.framework:json:0.3.0'
// https://jarcasting.com/artifacts/net.lecousin.framework/json/
implementation ("net.lecousin.framework:json:0.3.0")
'net.lecousin.framework:json:jar:0.3.0'
<dependency org="net.lecousin.framework" name="json" rev="0.3.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lecousin.framework', module='json', version='0.3.0')
)
libraryDependencies += "net.lecousin.framework" % "json" % "0.3.0"
[net.lecousin.framework/json "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
net.lecousin : core | jar | 0.20.0 |
net.lecousin.framework : serialization-api | jar | 0.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.lecousin : core | test-jar | 0.20.0 |
net.lecousin.framework : serialization-api | test-jar | 0.3.0 |
com.github.everit-org.json-schema » org.everit.json.schema | jar | 1.6.1 |