is not current version
Last Version 1.0.2

org.teiid:simpleclient 1.0.1

The simpleclient demonstrates making connections to Teiid through both, a Driver and a DataSource

Categories

Categories

CLI User Interface
GroupId

GroupId

org.teiid
ArtifactId

ArtifactId

simpleclient
Version

Version

1.0.1
Type

Type

jar

Download simpleclient 1.0.1


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