All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.randelshofer.fastdoubleparser.module-info Maven / Gradle / Ivy

The newest version!
/*
 * @(#)module-info.java
 * Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
 */

/**
 * Provides fast parsers for Java {@code FloatingPointLiteral}s,
 * and JSON {@code number}s.
 */
module ch.randelshofer.fastdoubleparser {
    exports ch.randelshofer.fastdoubleparser;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy