Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.indix |
ArtifactId | ArtifactIddfs-datastores-cascading |
Version | Version2.0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.indix/dfs-datastores-cascading/ -->
<dependency>
<groupId>com.indix</groupId>
<artifactId>dfs-datastores-cascading</artifactId>
<version>2.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.indix/dfs-datastores-cascading/
implementation 'com.indix:dfs-datastores-cascading:2.0.19'
// https://jarcasting.com/artifacts/com.indix/dfs-datastores-cascading/
implementation ("com.indix:dfs-datastores-cascading:2.0.19")
'com.indix:dfs-datastores-cascading:jar:2.0.19'
<dependency org="com.indix" name="dfs-datastores-cascading" rev="2.0.19">
<artifact name="dfs-datastores-cascading" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indix', module='dfs-datastores-cascading', version='2.0.19')
)
libraryDependencies += "com.indix" % "dfs-datastores-cascading" % "2.0.19"
[com.indix/dfs-datastores-cascading "2.0.19"]