<dependency> <groupId>com.velocidi</groupId> <artifactId>apso-hashing_2.12</artifactId> <version>0.16.2</version> </dependency>
implementation 'com.velocidi:apso-hashing_2.12:0.16.2'
implementation("com.velocidi:apso-hashing_2.12:0.16.2")
libraryDependencies += "com.velocidi" % "apso-hashing_2.12" % "0.16.2"
@Grapes( @Grab(group='com.velocidi', module='apso-hashing_2.12', version='0.16.2') )
<dependency org="com.velocidi" name="apso-hashing_2.12" rev="0.16.2" />
[com.velocidi/apso-hashing_2.12 "0.16.2"]
'com.velocidi:apso-hashing_2.12:jar:0.16.2'
compile
|-- org.scala-lang:scala-library:2.12.10
|-- com.joyent.util:fast-md5:2.7.1