License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.moparisthebest.text |
ArtifactId | ArtifactIdjava7decimalformat |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjava7decimalformat
This project takes GPLv2 code from jdk7 and jdk8 to create a class that extends DecimalFormat, but retains the
old rounding behavior of Java 6 and 7.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java7decimalformat-1.0.pom | |
java7decimalformat-1.0.jar | 37 KB |
java7decimalformat-1.0-sources.jar | 50 KB |
java7decimalformat-1.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.text/java7decimalformat/ -->
<dependency>
<groupId>com.moparisthebest.text</groupId>
<artifactId>java7decimalformat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.text/java7decimalformat/
implementation 'com.moparisthebest.text:java7decimalformat:1.0'
// https://jarcasting.com/artifacts/com.moparisthebest.text/java7decimalformat/
implementation ("com.moparisthebest.text:java7decimalformat:1.0")
'com.moparisthebest.text:java7decimalformat:jar:1.0'
<dependency org="com.moparisthebest.text" name="java7decimalformat" rev="1.0">
<artifact name="java7decimalformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.text', module='java7decimalformat', version='1.0')
)
libraryDependencies += "com.moparisthebest.text" % "java7decimalformat" % "1.0"
[com.moparisthebest.text/java7decimalformat "1.0"]