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. |
-
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>
-
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' }
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