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