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

aQute.quantity.base.util.DerivedQuantity Maven / Gradle / Ivy

There is a newer version: 1.10.0
Show newest version
package aQute.quantity.base.util;

public abstract class DerivedQuantity> extends Quantity {
	private static final long serialVersionUID = 1L;

	public DerivedQuantity(double value) {
		super(value);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy