<dependency> <groupId>com.github.advisedtesting</groupId> <artifactId>AdvisedCore</artifactId> <version>1.3.1</version> </dependency>
'com.github.advisedtesting:AdvisedCore:jar:1.3.1'
<dependency org="com.github.advisedtesting" name="AdvisedCore" rev="1.3.1"> <artifact name="AdvisedCore" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.advisedtesting', module='AdvisedCore', version='1.3.1') )
compile 'com.github.advisedtesting:AdvisedCore:1.3.1'
libraryDependencies += "com.github.advisedtesting" % "AdvisedCore" % "1.3.1"
[com.github.advisedtesting/AdvisedCore "1.3.1"]