GroupId | GroupIdit.agilelab |
---|---|
ArtifactId | ArtifactIdwasp-plugin-cdc-spark_2.12 |
Version | Version2.28.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.agilelab/wasp-plugin-cdc-spark_2.12/ -->
<dependency>
<groupId>it.agilelab</groupId>
<artifactId>wasp-plugin-cdc-spark_2.12</artifactId>
<version>2.28.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.agilelab/wasp-plugin-cdc-spark_2.12/
implementation 'it.agilelab:wasp-plugin-cdc-spark_2.12:2.28.1'
// https://jarcasting.com/artifacts/it.agilelab/wasp-plugin-cdc-spark_2.12/
implementation ("it.agilelab:wasp-plugin-cdc-spark_2.12:2.28.1")
'it.agilelab:wasp-plugin-cdc-spark_2.12:jar:2.28.1'
<dependency org="it.agilelab" name="wasp-plugin-cdc-spark_2.12" rev="2.28.1">
<artifact name="wasp-plugin-cdc-spark_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.agilelab', module='wasp-plugin-cdc-spark_2.12', version='2.28.1')
)
libraryDependencies += "it.agilelab" % "wasp-plugin-cdc-spark_2.12" % "2.28.1"
[it.agilelab/wasp-plugin-cdc-spark_2.12 "2.28.1"]