Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.indix |
ArtifactId | ArtifactIddfs-datastores |
Version | Version2.0.20 |
Type | Typejar |
Filename | Size |
---|---|
dfs-datastores-2.0.20.pom | |
dfs-datastores-2.0.20.jar | 155 KB |
dfs-datastores-2.0.20-sources.jar | 56 KB |
dfs-datastores-2.0.20-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.indix/dfs-datastores/ -->
<dependency>
<groupId>com.indix</groupId>
<artifactId>dfs-datastores</artifactId>
<version>2.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.indix/dfs-datastores/
implementation 'com.indix:dfs-datastores:2.0.20'
// https://jarcasting.com/artifacts/com.indix/dfs-datastores/
implementation ("com.indix:dfs-datastores:2.0.20")
'com.indix:dfs-datastores:jar:2.0.20'
<dependency org="com.indix" name="dfs-datastores" rev="2.0.20">
<artifact name="dfs-datastores" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indix', module='dfs-datastores', version='2.0.20')
)
libraryDependencies += "com.indix" % "dfs-datastores" % "2.0.20"
[com.indix/dfs-datastores "2.0.20"]