MVN

ir.sadeghpro : insta4j

Maven & Gradle

Jul 10, 2018
7 stars

instagram for java · this is library for working with instagram without using instagram api. this library use instagram web browser

<dependency>
    <groupId>ir.sadeghpro</groupId>
    <artifactId>insta4j</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ir.sadeghpro : insta4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of ir.sadeghpro : insta4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
insta4j-1.2.3
insta4j-1.2.2
insta4j-1.2.1
insta4j-1.2.0
1.1.x
insta4j-1.1.0
1.0
insta4j-1.0-SNAPSHOTd
1.0.x
insta4j-1.0.0
insta4j-1.0.0-SNAPSHOTd

How to add a dependency to Maven

Add the following ir.sadeghpro : insta4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ir.sadeghpro</groupId>
    <artifactId>insta4j</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ir.sadeghpro : insta4j gradle dependency to your build.gradle file:

implementation 'ir.sadeghpro:insta4j:1.2.3'

Gradle Kotlin DSL: Add the following ir.sadeghpro : insta4j gradle kotlin dependency to your build.gradle.kts file:

implementation("ir.sadeghpro:insta4j:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ir.sadeghpro : insta4j sbt scala dependency to your build.sbt file:

libraryDependencies += "ir.sadeghpro" % "insta4j" % "1.2.3"

Advertisement