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