<dependency> <groupId>cn.denghanxi</groupId> <artifactId>algorithmWorks</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
'cn.denghanxi:algorithmWorks:jar:1.0-SNAPSHOT'
<dependency org="cn.denghanxi" name="algorithmWorks" rev="1.0-SNAPSHOT"> <artifact name="algorithmWorks" type="jar" /> </dependency>
@Grapes( @Grab(group='cn.denghanxi', module='algorithmWorks', version='1.0-SNAPSHOT') )
compile 'cn.denghanxi:algorithmWorks:1.0-SNAPSHOT'
libraryDependencies += "cn.denghanxi" % "algorithmWorks" % "1.0-SNAPSHOT"
[cn.denghanxi/algorithmWorks "1.0-SNAPSHOT"]