Repository - http://repo1.maven.org/maven2/com/github/artfultom/wexapi/.
<dependency>
<groupId>com.github.artfultom</groupId>
<artifactId>wexapi</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
'com.github.artfultom:wexapi:jar:2.0.0-RELEASE'
<dependency org="com.github.artfultom" name="wexapi" rev="2.0.0-RELEASE" />
@Grapes(
@Grab(group='com.github.artfultom', module='wexapi', version='2.0.0-RELEASE')
)
compile 'com.github.artfultom:wexapi:2.0.0-RELEASE'
libraryDependencies += "com.github.artfultom" % "wexapi" % "2.0.0-RELEASE"
[com.github.artfultom/wexapi "2.0.0-RELEASE"]