<dependency> <groupId>br.com.objectos.testable</groupId> <artifactId>api</artifactId> <version>0.6.0</version> </dependency>
implementation 'br.com.objectos.testable:api:0.6.0'
implementation("br.com.objectos.testable:api:0.6.0")
libraryDependencies += "br.com.objectos.testable" % "api" % "0.6.0"
@Grapes( @Grab(group='br.com.objectos.testable', module='api', version='0.6.0') )
<dependency org="br.com.objectos.testable" name="api" rev="0.6.0" />
[br.com.objectos.testable/api "0.6.0"]
'br.com.objectos.testable:api:jar:0.6.0'
<parent> <groupId>br.com.objectos.testable</groupId> <artifactId>parent</artifactId> <version>0.6.0</version> </parent>
compile
|-- br.com.objectos.testable:core:0.6.0
test
|-- org.hamcrest:hamcrest-integration:1.3
|-- org.testng:testng:6.9.10