How to install the Java artifact net.sourceforge.jweather.jweather with Maven
Java
Maven
pom.xml
net.sourceforge.jweather
jweather
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>net.sourceforge.jweather</groupId>
<artifactId>jweather</artifactId>
<version>0.3.0</version>
</dependency>
/<dependencies>