Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.cdap.wrangler |
ArtifactId | ArtifactIdwrangler-transform |
Version | Version4.3.0 |
Type | Typejar |
Filename | Size |
---|---|
wrangler-transform-4.3.0.pom | |
wrangler-transform-4.3.0.jar | 54 MB |
wrangler-transform-4.3.0-sources.jar | 9 KB |
wrangler-transform-4.3.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.wrangler/wrangler-transform/ -->
<dependency>
<groupId>io.cdap.wrangler</groupId>
<artifactId>wrangler-transform</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.wrangler/wrangler-transform/
implementation 'io.cdap.wrangler:wrangler-transform:4.3.0'
// https://jarcasting.com/artifacts/io.cdap.wrangler/wrangler-transform/
implementation ("io.cdap.wrangler:wrangler-transform:4.3.0")
'io.cdap.wrangler:wrangler-transform:jar:4.3.0'
<dependency org="io.cdap.wrangler" name="wrangler-transform" rev="4.3.0">
<artifact name="wrangler-transform" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.wrangler', module='wrangler-transform', version='4.3.0')
)
libraryDependencies += "io.cdap.wrangler" % "wrangler-transform" % "4.3.0"
[io.cdap.wrangler/wrangler-transform "4.3.0"]