License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.teiid |
ArtifactId | ArtifactIdsimpleclient |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionSimpleClient
The simpleclient demonstrates making connections to Teiid through both, a Driver and a DataSource
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
simpleclient-1.0.2.pom | |
simpleclient-1.0.2.jar | 5 KB |
simpleclient-1.0.2-sources.jar | 4 KB |
simpleclient-1.0.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teiid/simpleclient/ -->
<dependency>
<groupId>org.teiid</groupId>
<artifactId>simpleclient</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.teiid/simpleclient/
implementation 'org.teiid:simpleclient:1.0.2'
// https://jarcasting.com/artifacts/org.teiid/simpleclient/
implementation ("org.teiid:simpleclient:1.0.2")
'org.teiid:simpleclient:jar:1.0.2'
<dependency org="org.teiid" name="simpleclient" rev="1.0.2">
<artifact name="simpleclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teiid', module='simpleclient', version='1.0.2')
)
libraryDependencies += "org.teiid" % "simpleclient" % "1.0.2"
[org.teiid/simpleclient "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.teiid : teiid | jar | 11.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easytesting : fest-assert | jar | 1.4 |
org.mockito : mockito-core | jar | 2.2.28 |