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