MVN

org.brunocvcunha.instagram4j : instagram4j

Maven & Gradle

Apr 12, 2020
719 stars

instagram4j · instagram4j

<dependency>
    <groupId>org.brunocvcunha.instagram4j</groupId>
    <artifactId>instagram4j</artifactId>
    <version>1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brunocvcunha.instagram4j : instagram4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14

All Versions

Choose a version of org.brunocvcunha.instagram4j : instagram4j to add to Maven or Gradle - All Versions:

  • Version Updated
  • instagram4j-1.14

    Apr 11, 2020
  • instagram4j-1.13

    Nov 06, 2019
  • instagram4j-1.12

    Jul 29, 2019
  • instagram4j-1.11

    May 21, 2019
  • instagram4j-1.10

    Mar 13, 2019
  • instagram4j-1.8

    Oct 19, 2018
  • instagram4j-1.7

    May 21, 2018
  • instagram4j-1.6

    Jan 17, 2018
  • instagram4j-1.5

    Oct 30, 2017
  • instagram4j-1.4

    Jul 03, 2017
  • instagram4j-1.3

    Jun 13, 2017
  • instagram4j-1.2

    Mar 31, 2017
  • instagram4j-1.1

    Mar 03, 2017
  • instagram4j-1.0

    Feb 09, 2017

How to add a dependency to Maven

Add the following org.brunocvcunha.instagram4j : instagram4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.brunocvcunha.instagram4j</groupId>
    <artifactId>instagram4j</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.brunocvcunha.instagram4j : instagram4j gradle dependency to your build.gradle file:

implementation 'org.brunocvcunha.instagram4j:instagram4j:1.14'

Gradle Kotlin DSL: Add the following org.brunocvcunha.instagram4j : instagram4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.brunocvcunha.instagram4j:instagram4j:1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.brunocvcunha.instagram4j : instagram4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.brunocvcunha.instagram4j" % "instagram4j" % "1.14"