<dependency> <groupId>com.twitter</groupId> <artifactId>util-hashing_2.11</artifactId> <version>6.42.0</version> </dependency>
implementation 'com.twitter:util-hashing_2.11:6.42.0'
implementation("com.twitter:util-hashing_2.11:6.42.0")
libraryDependencies += "com.twitter" % "util-hashing_2.11" % "6.42.0"
@Grapes( @Grab(group='com.twitter', module='util-hashing_2.11', version='6.42.0') )
<dependency org="com.twitter" name="util-hashing_2.11" rev="6.42.0" />
[com.twitter/util-hashing_2.11 "6.42.0"]
'com.twitter:util-hashing_2.11:jar:6.42.0'
compile
|-- org.scala-lang:scala-library:2.11.8
test
|-- com.twitter:util-core_2.11:6.42.0
|-- junit:junit:4.8.1
|-- org.mockito:mockito-all:1.10.19
|-- org.scalatest:scalatest_2.11:3.0.0
|-- org.scalacheck:scalacheck_2.11:1.13.4