MeteoInfo Class Library
-
install maven3
-
build and install wContour to your local maven repo
-
cd to project root directory, run
mvn install -Dmaven.test.skip=true, then get jar filemeteoInfoLib-0.0.1-SNAPSHOT.jarintarget/ -
use this in your maven projects
<dependency>
<groupId>org.meteothinker</groupId>
<artifactId>meteoInfoLib</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>- you can install source jar by
mvn source:jar install