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