is not current version
Last Version 3.9

org.odpi.egeria:file-connectors 2.1

File Connectors contain OCF connectors to files.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

file-connectors
Version

Version

2.1
Type

Type

pom

Download file-connectors 2.1

Filename Size
file-connectors-2.1.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.odpi.egeria/file-connectors/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>file-connectors</artifactId>
    <version>2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/file-connectors/
implementation 'org.odpi.egeria:file-connectors:2.1'
// https://jarcasting.com/artifacts/org.odpi.egeria/file-connectors/
implementation ("org.odpi.egeria:file-connectors:2.1")
'org.odpi.egeria:file-connectors:pom:2.1'
<dependency org="org.odpi.egeria" name="file-connectors" rev="2.1">
  <artifact name="file-connectors" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='file-connectors', version='2.1')
)
libraryDependencies += "org.odpi.egeria" % "file-connectors" % "2.1"
[org.odpi.egeria/file-connectors "2.1"]