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