<dependency> <groupId>com.twitter</groupId> <artifactId>util-hashing_2.11</artifactId> <version>6.23.0</version> </dependency>
implementation 'com.twitter:util-hashing_2.11:6.23.0'
implementation("com.twitter:util-hashing_2.11:6.23.0")
libraryDependencies += "com.twitter" % "util-hashing_2.11" % "6.23.0"
@Grapes( @Grab(group='com.twitter', module='util-hashing_2.11', version='6.23.0') )
<dependency org="com.twitter" name="util-hashing_2.11" rev="6.23.0" />
[com.twitter/util-hashing_2.11 "6.23.0"]
'com.twitter:util-hashing_2.11:jar:6.23.0'
compile
|-- org.scala-lang:scala-library:2.11.4
test
|-- com.twitter:util-core_2.11:6.23.0
|-- junit:junit:4.8.1
|-- org.mockito:mockito-all:1.8.5
|-- org.scalatest:scalatest_2.11:2.2.2
|-- commons-codec:commons-codec:1.6
|-- org.scalacheck:scalacheck_2.11:1.11.5