is not current version
Last Version 1.0.2

com.myadsget:test-suite 1.0.0

Mediation test suite of SAN

GroupId

GroupId

com.myadsget
ArtifactId

ArtifactId

test-suite
Version

Version

1.0.0
Type

Type

aar

Download test-suite 1.0.0


<!-- https://jarcasting.com/artifacts/com.myadsget/test-suite/ -->
<dependency>
    <groupId>com.myadsget</groupId>
    <artifactId>test-suite</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.myadsget/test-suite/
implementation 'com.myadsget:test-suite:1.0.0'
// https://jarcasting.com/artifacts/com.myadsget/test-suite/
implementation ("com.myadsget:test-suite:1.0.0")
'com.myadsget:test-suite:aar:1.0.0'
<dependency org="com.myadsget" name="test-suite" rev="1.0.0">
  <artifact name="test-suite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.myadsget', module='test-suite', version='1.0.0')
)
libraryDependencies += "com.myadsget" % "test-suite" % "1.0.0"
[com.myadsget/test-suite "1.0.0"]