<dependency> <groupId>com.github.miachm.sods</groupId> <artifactId>SODS</artifactId> <version>1.6.0</version> </dependency>
implementation 'com.github.miachm.sods:SODS:1.6.0'
implementation("com.github.miachm.sods:SODS:1.6.0")
libraryDependencies += "com.github.miachm.sods" % "SODS" % "1.6.0"
@Grapes( @Grab(group='com.github.miachm.sods', module='SODS', version='1.6.0') )
<dependency org="com.github.miachm.sods" name="SODS" rev="1.6.0" />
[com.github.miachm.sods/SODS "1.6.0"]
'com.github.miachm.sods:SODS:jar:1.6.0'
test
|-- org.testng:testng:6.8
|-- info.cukes:cucumber-java:1.2.3
|-- info.cukes:cucumber-testng:1.2.3