<dependency> <groupId>io.semla</groupId> <artifactId>semla-testing</artifactId> <version>1.0.2</version> </dependency>
implementation 'io.semla:semla-testing:1.0.2'
implementation("io.semla:semla-testing:1.0.2")
libraryDependencies += "io.semla" % "semla-testing" % "1.0.2"
@Grapes( @Grab(group='io.semla', module='semla-testing', version='1.0.2') )
<dependency org="io.semla" name="semla-testing" rev="1.0.2" />
[io.semla/semla-testing "1.0.2"]
'io.semla:semla-testing:jar:1.0.2'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.2</version> </parent>
compile
|-- se.redmind:rmtest-cucumber:2.8.3
|-- junit:junit:4.12
|-- io.semla:semla-logging:1.0.2
|-- org.assertj:assertj-core:3.15.0
|-- commons-io:commons-io:2.6
|-- commons-codec:commons-codec:1.14