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