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