decimal-arithmetic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.jzos</groupId> <artifactId>decimal-arithmetic</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.jzos</groupId> <artifactId>decimal-arithmetic</artifactId> <version>1.1.0</version> <name> IBM Decimal Arithmetic Library for Java </name> <description> The IBM Decimal Arithmetic Library for Java enables Java programmers to use decimal values and variables with precisely-specified precisions, as in languages such as COBOL and PL/I. </description> <url>https://www.ibm.com/products/watsonx-code-assistant-z</url> <licenses> <license> <name>L-LEGB-6ZHSXM IBM Decimal Arithmetic Library for Java 1.1</name> <url>https://www.ibm.com/support/customer/csol/terms/?id=L-LEGB-6ZHSXM&lc=en</url> <distribution>repo</distribution> </license> </licenses> </project>