<dependency> <groupId>com.twitter</groupId> <artifactId>util-logging_2.10</artifactId> <version>6.13.0</version> </dependency>
implementation 'com.twitter:util-logging_2.10:6.13.0'
implementation("com.twitter:util-logging_2.10:6.13.0")
libraryDependencies += "com.twitter" % "util-logging_2.10" % "6.13.0"
@Grapes( @Grab(group='com.twitter', module='util-logging_2.10', version='6.13.0') )
<dependency org="com.twitter" name="util-logging_2.10" rev="6.13.0" />
[com.twitter/util-logging_2.10 "6.13.0"]
'com.twitter:util-logging_2.10:jar:6.13.0'
compile
|-- com.twitter:util-core_2.10:6.13.0
|-- com.twitter:util-app_2.10:6.13.0
|-- 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