<dependency> <groupId>com.madgag</groupId> <artifactId>animated-gif-lib</artifactId> <version>1.1</version> </dependency>
implementation 'com.madgag:animated-gif-lib:1.1'
implementation("com.madgag:animated-gif-lib:1.1")
libraryDependencies += "com.madgag" % "animated-gif-lib" % "1.1"
@Grapes( @Grab(group='com.madgag', module='animated-gif-lib', version='1.1') )
<dependency org="com.madgag" name="animated-gif-lib" rev="1.1" />
[com.madgag/animated-gif-lib "1.1"]
'com.madgag:animated-gif-lib:jar:1.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.8.2
|-- org.easytesting:fest-assert-core:2.0M10