Download owm-japis-2.5.0.3.jar file

Introduction

You can download owm-japis-2.5.0.3.jar in this page.

License

The MIT License (MIT)

Type List

owm-japis-2.5.0.3.jar file has the following types.

META-INF/MANIFEST.MF
net.aksingh.owmjapis.AbstractForecast.class
net.aksingh.owmjapis.AbstractResponse.class
net.aksingh.owmjapis.AbstractWeather.class
net.aksingh.owmjapis.CurrentWeather.class
net.aksingh.owmjapis.DailyForecast.class
net.aksingh.owmjapis.HourlyForecast.class
net.aksingh.owmjapis.OpenWeatherMap.class
net.aksingh.owmjapis.Tools.class
org.json.CDL.class
org.json.Cookie.class
org.json.CookieList.class
org.json.HTTP.class
org.json.HTTPTokener.class
org.json.JSONArray.class
org.json.JSONException.class
org.json.JSONML.class
org.json.JSONObject.class
org.json.JSONString.class
org.json.JSONStringer.class
org.json.JSONTokener.class
org.json.JSONWriter.class
org.json.Kim.class
org.json.Property.class
org.json.XML.class
org.json.XMLTokener.class

Pom

owm-japis-2.5.0.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.aksingh</groupId>
  <artifactId>owm-japis</artifactId>
  <version>2.5.0.3</version>
  <name>OWM JAPIs</name>
  <description>Java Wrapper Library for OpenWeatherMap.org Web APIs</description>
  <url>http://code.aksingh.net/owm-japis</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>akapribot</id>
      <name>Ashutosh Kumar Singh</name>
      <email>me@aksingh.net</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:http://foo.googlecode.com/svn/trunk/</connection>
    <developerConnection>scm:svn:https://foo.googlecode.com/svn/trunk/</developerConnection>
    <url>http://foo.googlecode.com/svn/trunk/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.aksingh</groupId>
   <artifactId>owm-japis</artifactId>
   <version>2.5.0.3</version>
</dependency>

Download

If you think the following owm-japis-2.5.0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download owm-japis-2.5.0.3.jar file




PreviousNext

Related