Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.streamsets |
ArtifactId | ArtifactIdstreamsets-datacollector-sdk |
Version | Version3.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.streamsets/streamsets-datacollector-sdk/ -->
<dependency>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-sdk</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streamsets/streamsets-datacollector-sdk/
implementation 'com.streamsets:streamsets-datacollector-sdk:3.3.0'
// https://jarcasting.com/artifacts/com.streamsets/streamsets-datacollector-sdk/
implementation ("com.streamsets:streamsets-datacollector-sdk:3.3.0")
'com.streamsets:streamsets-datacollector-sdk:jar:3.3.0'
<dependency org="com.streamsets" name="streamsets-datacollector-sdk" rev="3.3.0">
<artifact name="streamsets-datacollector-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streamsets', module='streamsets-datacollector-sdk', version='3.3.0')
)
libraryDependencies += "com.streamsets" % "streamsets-datacollector-sdk" % "3.3.0"
[com.streamsets/streamsets-datacollector-sdk "3.3.0"]