View on GitHub

ESA-API-Java

Java API Wrapper for "Edukacyjna Sieć Antysmogowa" by NASK (Polish School Smog Data)

Download this project as a .zip file Download this project as a tar.gz file

ESA-API-Java

Unofficial Java API Wrapper for “Edukacyjna Sieć Antysmogowa” by NASK (Polish School Smog Data)

buildtestbadge lastcommit license issues lang Buymeacoffee CQ

As of today, this project was released to Maven Central.

javadoc Maven

How to add?

Maven

<dependency>
    <groupId>io.github.julwas797</groupId>
    <artifactId>ESA-API-Java</artifactId>
    <version>20230911</version>
</dependency>

Gradle (Groovy)

implementation 'io.github.julwas797:ESA-API-Java:20230911'

Gradle (Kotlin Script)

implementation("io.github.julwas797:ESA-API-Java:20230911")

How to use?

Please refer to our JavaDoc.

Previous version & migration

Our second Maven Central entry contains the old and outdated version of ESA-API-Java before groupId migration here.

I strongly discourage usage of the legacy package, as it won’t receive any updates for the future, and is deprecated.