decimal-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.firebirdsql</groupId>
<artifactId>decimal-java</artifactId>
<version>2.0.1</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>org.firebirdsql</groupId>
<artifactId>decimal-java</artifactId>
<version>2.0.1</version>
<name>decimal-java</name>
<description>A library to convert java.math.BigDecimal to and from IEEE-754r (IEEE-754-2008) decimal byte representations.</description>
<url>https://github.com/FirebirdSQL/decimal-java</url>
<inceptionYear>2017</inceptionYear>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>mrotteveel</id>
<name>Mark Rotteveel</name>
<email>mark@lawinegevaar.nl</email>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>firebird-java</name>
<subscribe>firebird-java+subscribe@googlegroups.com</subscribe>
<unsubscribe>firebird-java+unsubscribe@googlegroups.com</unsubscribe>
<post>firebird-java@googlegroups.com</post>
<archive>https://groups.google.com/g/firebird-java</archive>
<otherArchives>
<otherArchive>https://fb-list-archive.lawinegevaar.nl/firebird-java/index.html</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/FirebirdSQL/decimal-java.git</connection>
<developerConnection>scm:git:git@github.com:FirebirdSQL/decimal-java.git</developerConnection>
<url>https://github.com/FirebirdSQL/decimal-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>