is not current version
Last Version 1.0.10

com.googlecode.blaisemath:blaise-json 1.0.7

Support for JSON serialization of blaisemath and some Java types, using Jackson.

Categories

Categories

JSON Data
GroupId

GroupId

com.googlecode.blaisemath
ArtifactId

ArtifactId

blaise-json
Version

Version

1.0.7
Type

Type

jar

Download blaise-json 1.0.7


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