Maybe start small, with a universally usable prerequisite:

something like commons-unit as an implementation of javax.measure.

See:

https://unitsofmeasurement.github.io/unit-api/site/apidocs/javax/measure/class-use/Unit.html

|<dependency> <groupId>javax.measure</groupId> <artifactId>unit-api</artifactId> <version>1.0</version> </dependency> Even if not used for physics projects, it might still be very usefull for dev-ops / JMX / SNMP measurements, and certain business applications. Downside: there are already implementations out there. Else, I find it extremely difficult, to select the topics addressed in something simply called 'physics'. You might end up trying to reimplement Mathematica with Java. |

On 17.07.2023 03:55, Dimitrios Efthymiou wrote:

Reply via email to