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