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