immutable-us-customary-fl-oz
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.visionary.pump-up-the-volume</groupId> <artifactId>immutable-us-customary-fl-oz</artifactId> <version>2025.08.20</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>software.visionary.pump-up-the-volume</groupId> <artifactId>immutable-us-customary-fl-oz</artifactId> <version>2025.08.20</version> <packaging>pom</packaging> <name>Pump Up The Volume: Immutable United States Customary Fluid Ounces</name> <description>Visionary Software Solutions: Pump Up The Volume: United States Immutable United States Customary Fluid Ounces</description> <url>https://codeberg.org/Kompuwiz/pump-up-the-volume</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>GNU General Public License, v 3.0 or later</name> <url>https://www.gnu.org/licenses/gpl-3.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>visionary</id> <name>Nico Vaidyanathan Hidalgo</name> <email>nico@visionary.software</email> <url>https://visionary.software</url> </developer> </developers> <scm> <connection>scm:git:git://codeberg.org/Kompuwiz/pump-up-the-volume.git</connection> <developerConnection>scm:git:ssh://git@codeberg.org/Kompuwiz/pump-up-the-volume.git</developerConnection> <url>https://codeberg.org/Kompuwiz/pump-up-the-volume</url> </scm> <dependencies> <dependency> <groupId>software.visionary.measurement</groupId> <artifactId>immutable</artifactId> <version>2025.08.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>software.visionary.pump-up-the-volume</groupId> <artifactId>us</artifactId> <version>2025.08.20</version> <scope>compile</scope> </dependency> </dependencies> </project>