<dependency> <groupId>com.thoughtworks.feature</groupId> <artifactId>glb_2.11</artifactId> <version>2.2.2</version> </dependency>
implementation 'com.thoughtworks.feature:glb_2.11:2.2.2'
implementation("com.thoughtworks.feature:glb_2.11:2.2.2")
libraryDependencies += "com.thoughtworks.feature" % "glb_2.11" % "2.2.2"
@Grapes( @Grab(group='com.thoughtworks.feature', module='glb_2.11', version='2.2.2') )
<dependency org="com.thoughtworks.feature" name="glb_2.11" rev="2.2.2" />
[com.thoughtworks.feature/glb_2.11 "2.2.2"]
'com.thoughtworks.feature:glb_2.11:jar:2.2.2'
compile
|-- org.typelevel:scala-library:2.11.11-bin-typelevel-4
|-- com.github.mpilquist:simulacrum_2.11:0.11.0
provided
|-- org.typelevel:scala-reflect:2.11.11-bin-typelevel-4
test
|-- com.thoughtworks.example:example_2.11:2.0.0
|-- org.scalatest:scalatest_2.11:3.0.3