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