is not current version
Last Version 3.9

org.odpi.egeria:basic-file-connector 2.2

The basic file connector is able to provide access to data stored in any type of file. It is the base class to many specialized file connectors.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

basic-file-connector
Version

Version

2.2
Type

Type

jar

Download basic-file-connector 2.2


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