Skip to content

artfultom/wex-api-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Installation

Repository - http://repo1.maven.org/maven2/com/github/artfultom/wexapi/.

Apache Maven

<dependency>
    <groupId>com.github.artfultom</groupId>
    <artifactId>wexapi</artifactId>
    <version>2.0.0-RELEASE</version>
</dependency>

Apache Buildr

'com.github.artfultom:wexapi:jar:2.0.0-RELEASE'

Apache Ivy

<dependency org="com.github.artfultom" name="wexapi" rev="2.0.0-RELEASE" />

Groovy Grape

@Grapes( 
    @Grab(group='com.github.artfultom', module='wexapi', version='2.0.0-RELEASE') 
)

Gradle/Grails

compile 'com.github.artfultom:wexapi:2.0.0-RELEASE'

Scala SBT

libraryDependencies += "com.github.artfultom" % "wexapi" % "2.0.0-RELEASE"

Leiningen

[com.github.artfultom/wexapi "2.0.0-RELEASE"]