We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3158543 + e68cea3 commit 950b3d0Copy full SHA for 950b3d0
10 files changed
udunits/build.gradle
@@ -1,3 +1,7 @@
1
+plugins {
2
+ id "org.javacc.javacc" version "4.0.1"
3
+}
4
+
5
description = 'The ucar.units Java package is for decoding and encoding formatted unit specifications ' +
6
'(e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" ' +
7
'and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit ' +
udunits/src/main/java/ucar/units/ASCII_CharStream.java
0 commit comments