<dependency> <groupId>com.twitter</groupId> <artifactId>util-logging_2.10</artifactId> <version>6.12.1</version> </dependency>
implementation 'com.twitter:util-logging_2.10:6.12.1'
implementation("com.twitter:util-logging_2.10:6.12.1")
libraryDependencies += "com.twitter" % "util-logging_2.10" % "6.12.1"
@Grapes( @Grab(group='com.twitter', module='util-logging_2.10', version='6.12.1') )
<dependency org="com.twitter" name="util-logging_2.10" rev="6.12.1" />
[com.twitter/util-logging_2.10 "6.12.1"]
'com.twitter:util-logging_2.10:jar:6.12.1'
compile
|-- com.twitter:util-core_2.10:6.12.1
|-- com.twitter:util-app_2.10:6.12.1
|-- org.scala-lang:scala-library:2.10.3
test
|-- junit:junit:4.8.1
|-- org.scalatest:scalatest_2.10:1.9.1
|-- org.scala-tools.testing:specs_2.10:1.6.9
|-- org.mockito:mockito-all:1.8.5