Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.googlecode.blaisemath |
ArtifactId | ArtifactIdblaise-json |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
blaise-json-1.0.3.pom | |
blaise-json-1.0.3.jar | 27 KB |
blaise-json-1.0.3-sources.jar | 28 KB |
blaise-json-1.0.3-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-json/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>blaise-json</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-json/
implementation 'com.googlecode.blaisemath:blaise-json:1.0.3'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-json/
implementation ("com.googlecode.blaisemath:blaise-json:1.0.3")
'com.googlecode.blaisemath:blaise-json:jar:1.0.3'
<dependency org="com.googlecode.blaisemath" name="blaise-json" rev="1.0.3">
<artifact name="blaise-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='blaise-json', version='1.0.3')
)
libraryDependencies += "com.googlecode.blaisemath" % "blaise-json" % "1.0.3"
[com.googlecode.blaisemath/blaise-json "1.0.3"]