MVN

com.github.mohd-bh : instagram

Maven & Gradle

Dec 24, 2014

Instagram API Library · Java Wrapper for Instagram API v1

<dependency>
    <groupId>com.github.mohd-bh</groupId>
    <artifactId>instagram</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mohd-bh : instagram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of com.github.mohd-bh : instagram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
instagram-0.1.4
instagram-0.1.3
instagram-0.1.2
instagram-0.1.1
instagram-0.1.0
0.1
instagram-0.1
0.0.x
instagram-0.0.9
instagram-0.0.8
instagram-0.0.7
instagram-0.0.6
instagram-0.0.5
instagram-0.0.4
instagram-0.0.3
instagram-0.0.2
instagram-0.0.1

How to add a dependency to Maven

Add the following com.github.mohd-bh : instagram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mohd-bh</groupId>
    <artifactId>instagram</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mohd-bh : instagram gradle dependency to your build.gradle file:

implementation 'com.github.mohd-bh:instagram:0.1.4'

Gradle Kotlin DSL: Add the following com.github.mohd-bh : instagram gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mohd-bh:instagram:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mohd-bh : instagram sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mohd-bh" % "instagram" % "0.1.4"