diff --git a/README.md b/README.md index 3241dd8..1af7969 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause) [![Nexus Snapshot](https://img.shields.io/nexus/s/net.thauvin.erik/jokeapi?server=https%3A%2F%2Foss.sonatype.org%2F)](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/jokeapi/) + + +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ethauvin_jokeapi&metric=alert_status)](https://sonarcloud.io/dashboard?id=ethauvin_jokeapi) [![GitHub CI](https://github.com/ethauvin/jokeapi/actions/workflows/gradle.yml/badge.svg)](https://github.com/ethauvin/jokeapi/actions/workflows/gradle.yml) + # JokeAPI for Kotlin/Java A simple Kotlin/Java library to retrieve jokes from [Sv443's JokeAPI](https://v2.jokeapi.dev/). diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..327db84 --- /dev/null +++ b/pom.xml @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + net.thauvin.erik + jokeapi + 0.9-SNAPSHOT + jokeapi + Kotlin/Java Wrapper for Sv443's JokeApi + https://github.com/ethauvin/jokeapi + + + BSD 3-Clause + https://opensource.org/licenses/BSD-3-Clause + + + + + ethauvin + Erik C. Thauvin + erik@thauvin.net + https://erik.thauvin.net/ + + + + scm:git:git://github.com/ethauvin/jokeapi.git + scm:git:git@github.com:ethauvin/jokeapi.git + https://github.com/ethauvin/jokeapi + + + GitHub + https://github.com/ethauvin/jokeapi/issues + + + + + org.jetbrains.kotlin + kotlin-bom + 1.7.10 + pom + import + + + + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.7.10 + compile + + + org.json + json + 20220320 + runtime + + +