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