MVN

net.reborg : applenews-api

Maven & Gradle

Dec 08, 2015
3 stars

applenews-api · Java/Clojure client for the Apple News REST api (https://developer.apple.com/go/?id=news-api-ref)

<dependency>
    <groupId>net.reborg</groupId>
    <artifactId>applenews-api</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.reborg : applenews-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of net.reborg : applenews-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • applenews-api-1.0.9

    Dec 07, 2015
  • applenews-api-1.0.8

    Dec 07, 2015
  • applenews-api-1.0.7

    Dec 07, 2015
  • applenews-api-1.0.3

    Dec 07, 2015
  • applenews-api-1.0.1

    Dec 04, 2015

How to add a dependency to Maven

Add the following net.reborg : applenews-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.reborg</groupId>
    <artifactId>applenews-api</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.reborg : applenews-api gradle dependency to your build.gradle file:

implementation 'net.reborg:applenews-api:1.0.9'

Gradle Kotlin DSL: Add the following net.reborg : applenews-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.reborg:applenews-api:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.reborg : applenews-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.reborg" % "applenews-api" % "1.0.9"