Dependency Information

Apache Maven

<dependency>
  <groupId>org.xson</groupId>
  <artifactId>tangyuan-base</artifactId>
  <version>1.2.0</version>
</dependency>

Apache Buildr

'org.xson:tangyuan-base:jar:1.2.0'

Apache Ant

<dependency org="org.xson" name="tangyuan-base" rev="1.2.0">
  <artifact name="tangyuan-base" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.xson', module='tangyuan-base', version='1.2.0')
)

Grails

compile 'org.xson:tangyuan-base:1.2.0'

Leiningen

[org.xson/tangyuan-base "1.2.0"]

SBT

libraryDependencies += "org.xson" %% "tangyuan-base" % "1.2.0"