fastdoubleparser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.randelshofer</groupId> <artifactId>fastdoubleparser</artifactId> <version>0.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ch.randelshofer</groupId> <artifactId>fastdoubleparser</artifactId> <version>0.9.0</version> <packaging>jar</packaging> <name>ch.randelshofer:fastdoubleparser</name> <description>A Java port of Daniel Lemire's fast_float project.</description> <url>https://github.com/wrandelshofer/FastDoubleParser</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/wrandelshofer/FastDoubleParser/blob/9a3ccae38254c9bf84b5e6a218a47675bf80ed9f/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Werner Randelshofer</name> <email>werner.randelshofer@bluewin.ch</email> <organization>ch.randelshofer</organization> <organizationUrl>http://www.randelshofer.ch</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/wrandelshofer/FastDoubleParser.git</connection> <developerConnection>scm:git:ssh://github.com/wrandelshofer/FastDoubleParser.git</developerConnection> <url>https://github.com/wrandelshofer/FastDoubleParser/tree/master</url> </scm> <dependencies/> </project>