<dependency> <groupId>com.tapstream.sdk</groupId> <artifactId>tapstream-test</artifactId> <version>2.9.3</version> </dependency>
implementation 'com.tapstream.sdk:tapstream-test:2.9.3'
implementation("com.tapstream.sdk:tapstream-test:2.9.3")
libraryDependencies += "com.tapstream.sdk" % "tapstream-test" % "2.9.3"
@Grapes( @Grab(group='com.tapstream.sdk', module='tapstream-test', version='2.9.3') )
<dependency org="com.tapstream.sdk" name="tapstream-test" rev="2.9.3" />
[com.tapstream.sdk/tapstream-test "2.9.3"]
'com.tapstream.sdk:tapstream-test:jar:2.9.3'
<parent> <groupId>com.tapstream.sdk</groupId> <artifactId>tapstream-parent</artifactId> <version>2.9.3</version> </parent>