Skip to content

Pythia is a middleware that integrates Java applications with the INMET::AlertAS Service.

License

Notifications You must be signed in to change notification settings

chon-group/Pythia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythia Middleware

Pythia is a middleware that integrates Java applications with the INMET::AlertAS Service that issues alerts based on weather and climate monitoring, analysis, and forecasting provided by INMET (National Institute of Meteorology), an agency of the Ministry of Agriculture, Livestock and Food Supply.

Using in a terminal

image

How to import?

Using Maven:

  • Add it in your pom.xml at the end of repositories and add the dependency.

    pom.xml
    <repositories>
      <repository>
        <id>jitpack.io</id>
          <url>https://jitpack.io</url>
      </repository>
    </repositories>
    
    <dependencies>
      <dependency>
        <groupId>com.github.chon-group</groupId>
        <artifactId>Pythia</artifactId>
        <version>1.1.0</version>
      </dependency>
    </dependencies>

Using Gradle:

  • Add it in your root build.gradle at the end of repositories and add the dependency.

    build.gradle
    allprojects {
      repositories {
        ...
        maven { url 'https://jitpack.io' }
      }
    }
    
    dependencies {
      implementation 'com.github.chon-group:Pythia:1.1.0'
    }
    

COPYRIGHT

Creative Commons License
Pythia Middleware is licensed under a Creative Commons Attribution 4.0 International License. The licensor cannot revoke these freedoms as long as you follow the license terms:

  • Attribution — You must give appropriate credit