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