<dependency> <groupId>com.sachinhandiekar</groupId> <artifactId>jInstagram</artifactId> <version>1.0.7</version> </dependency>
implementation 'com.sachinhandiekar:jInstagram:1.0.7'
implementation("com.sachinhandiekar:jInstagram:1.0.7")
libraryDependencies += "com.sachinhandiekar" % "jInstagram" % "1.0.7"
@Grapes( @Grab(group='com.sachinhandiekar', module='jInstagram', version='1.0.7') )
<dependency org="com.sachinhandiekar" name="jInstagram" rev="1.0.7" />
[com.sachinhandiekar/jInstagram "1.0.7"]
'com.sachinhandiekar:jInstagram:jar:1.0.7'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.code.gson:gson:2.2.2
|-- org.apache.commons:commons-lang3:3.1
|-- commons-codec:commons-codec:1.8
test
|-- junit:junit:4.11
|-- org.mockito:mockito-all:1.8.4