Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>cn.shenyanchao.ut</groupId>
  <artifactId>ut-maven-plugin</artifactId>
  <version>0.2.10-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'cn.shenyanchao.ut:ut-maven-plugin:maven-plugin:0.2.10-SNAPSHOT'

Apache Ant

<dependency org="cn.shenyanchao.ut" name="ut-maven-plugin" rev="0.2.10-SNAPSHOT">
  <artifact name="ut-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='cn.shenyanchao.ut', module='ut-maven-plugin', version='0.2.10-SNAPSHOT')
)

Grails

compile 'cn.shenyanchao.ut:ut-maven-plugin:0.2.10-SNAPSHOT'

Leiningen

[cn.shenyanchao.ut/ut-maven-plugin "0.2.10-SNAPSHOT"]

SBT

libraryDependencies += "cn.shenyanchao.ut" %% "ut-maven-plugin" % "0.2.10-SNAPSHOT"