GroupId | GroupIdcom.tapstream.sdk |
---|---|
ArtifactId | ArtifactIdtapstream-core |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
tapstream-core-3.0.3.pom | |
tapstream-core-3.0.3.jar | 58 KB |
tapstream-core-3.0.3-sources.jar | 27 KB |
tapstream-core-3.0.3-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-core/ -->
<dependency>
<groupId>com.tapstream.sdk</groupId>
<artifactId>tapstream-core</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-core/
implementation 'com.tapstream.sdk:tapstream-core:3.0.3'
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-core/
implementation ("com.tapstream.sdk:tapstream-core:3.0.3")
'com.tapstream.sdk:tapstream-core:jar:3.0.3'
<dependency org="com.tapstream.sdk" name="tapstream-core" rev="3.0.3">
<artifact name="tapstream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tapstream.sdk', module='tapstream-core', version='3.0.3')
)
libraryDependencies += "com.tapstream.sdk" % "tapstream-core" % "3.0.3"
[com.tapstream.sdk/tapstream-core "3.0.3"]