License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.googlecode.blaisemath |
ArtifactId | ArtifactIdblaise-json |
Version | Version1.0.10 |
Type | Typejar |
Description |
Descriptionblaise-json
Support for JSON serialization of blaisemath and some Java types, using Jackson.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blaise-json-1.0.10.pom | |
blaise-json-1.0.10.jar | 30 KB |
blaise-json-1.0.10-sources.jar | 31 KB |
blaise-json-1.0.10-javadoc.jar | 526 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-json/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>blaise-json</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-json/
implementation 'com.googlecode.blaisemath:blaise-json:1.0.10'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-json/
implementation ("com.googlecode.blaisemath:blaise-json:1.0.10")
'com.googlecode.blaisemath:blaise-json:jar:1.0.10'
<dependency org="com.googlecode.blaisemath" name="blaise-json" rev="1.0.10">
<artifact name="blaise-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='blaise-json', version='1.0.10')
)
libraryDependencies += "com.googlecode.blaisemath" % "blaise-json" % "1.0.10"
[com.googlecode.blaisemath/blaise-json "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.blaisemath : blaise-common | jar | 1.0.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |