MVN

org.brunocvcunha.instagram4j : instagram4j

Maven & Gradle

Apr 12, 2020
875 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 Vulnerabilities Updated
1.14
instagram4j-1.14
1.13
instagram4j-1.13
1.12
instagram4j-1.12
1.11
instagram4j-1.11
1.10
instagram4j-1.10
1.8
instagram4j-1.8
1.7
instagram4j-1.7
1.6
instagram4j-1.6
1.5
instagram4j-1.5
1.4
instagram4j-1.4
1.3
instagram4j-1.3
1.2
instagram4j-1.2
1.1
instagram4j-1.1
1.0
instagram4j-1.0

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"

Advertisement