| License |
License |
|---|---|
| GroupId | GroupIdcom.tapstream.sdk |
| ArtifactId | ArtifactIdtapstream-core |
| Last Version | Last Version3.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTapstream Core Java SDK
This library contains the building blocks for a Tapstream Java SDK
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tapstream-core-3.3.1.pom | |
| tapstream-core-3.3.1.jar | 30 KB |
| tapstream-core-3.3.1-sources.jar | 13 KB |
| tapstream-core-3.3.1-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>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-core/
implementation 'com.tapstream.sdk:tapstream-core:3.3.1'
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-core/
implementation ("com.tapstream.sdk:tapstream-core:3.3.1")
'com.tapstream.sdk:tapstream-core:jar:3.3.1'
<dependency org="com.tapstream.sdk" name="tapstream-core" rev="3.3.1">
<artifact name="tapstream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tapstream.sdk', module='tapstream-core', version='3.3.1')
)
libraryDependencies += "com.tapstream.sdk" % "tapstream-core" % "3.3.1"
[com.tapstream.sdk/tapstream-core "3.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20131018 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.nanohttpd : nanohttpd | jar | 2.3.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| com.google.guava : guava | jar | 19.0 |