Skip to content

kinson666/MeteoInfoLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteoInfoLib

MeteoInfo Class Library

Build with maven

  1. install maven3

  2. build and install wContour to your local maven repo

  3. cd to project root directory, run mvn install -Dmaven.test.skip=true, then get jar file meteoInfoLib-0.0.1-SNAPSHOT.jar in target/

  4. use this in your maven projects

<dependency>
  <groupId>org.meteothinker</groupId>
  <artifactId>meteoInfoLib</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>
  1. you can install source jar by mvn source:jar install

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%