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