Download auto64fto32f-1.1.jar file - Jar a

Jar examples for a:auto64fto32f

Description

A minimalist library for converting double (64-bit) numerical Java code into float (32-bit)

You can download jar file auto64fto32f 1.1 in this page.

License

Public Domain

Build File

You can use the following script to add auto64fto32f-1.1.jar to your project.

<dependency>
   <groupId>com.peterabeles</groupId>
   <artifactId>auto64fto32f</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.peterabeles', name: 'auto64fto32f', version: '1.1'
libraryDependencies += "com.peterabeles" % "auto64fto32f" % "1.1"
<dependency org="com.peterabeles" name="auto64fto32f" rev="1.1"/>
@Grapes(@Grab(group='com.peterabeles', module='auto64fto32f', version='1.1'))
'com.peterabeles:auto64fto32f:jar:1.1'

Download

Click the following link to download the jar file.

auto64fto32f-1.1-javadoc.jar
auto64fto32f-1.1-sources.jar
auto64fto32f-1.1.jar
auto64fto32f-1.1.pom



Related Tutorials