is not current version
Last Version 0.3.0

ch.randelshofer:fastdoubleparser 0.2.0

A straight forward C++ to Java port of Daniel Lemire's fast_double_parser.

GroupId

GroupId

ch.randelshofer
ArtifactId

ArtifactId

fastdoubleparser
Version

Version

0.2.0
Type

Type

jar

Download fastdoubleparser 0.2.0


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