Download ace-core-2.0.0.jar file - Jar a

Jar examples for a:ace-core

Description

The ace-core library provides the I/O mechanism for the AgMIP Crop Experiment (ACE) file format

You can download jar file ace-core 2.0.0 in this page.

License

Speedment Software Product License

Build File

You can use the following script to add ace-core-2.0.0.jar to your project.

<dependency>
   <groupId>org.agmip.ace</groupId>
   <artifactId>ace-core</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'org.agmip.ace', name: 'ace-core', version: '2.0.0'
libraryDependencies += "org.agmip.ace" % "ace-core" % "2.0.0"
<dependency org="org.agmip.ace" name="ace-core" rev="2.0.0"/>
@Grapes(@Grab(group='org.agmip.ace', module='ace-core', version='2.0.0'))
'org.agmip.ace:ace-core:jar:2.0.0'

Download

Click the following link to download the jar file.

ace-core-2.0.0-javadoc.jar
ace-core-2.0.0-sources.jar
ace-core-2.0.0.jar
ace-core-2.0.0.pom



Related Tutorials