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