| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdcz.net21.ttulka.thistledb |
| ArtifactId | ArtifactIdthistledb-client |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThistleDB Client
Java client to query ThistleDB server.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| thistledb-client-1.0.0.pom | |
| thistledb-client-1.0.0.jar | 44 KB |
| thistledb-client-1.0.0-sources.jar | 20 KB |
| thistledb-client-1.0.0-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.net21.ttulka.thistledb/thistledb-client/ -->
<dependency>
<groupId>cz.net21.ttulka.thistledb</groupId>
<artifactId>thistledb-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.net21.ttulka.thistledb/thistledb-client/
implementation 'cz.net21.ttulka.thistledb:thistledb-client:1.0.0'
// https://jarcasting.com/artifacts/cz.net21.ttulka.thistledb/thistledb-client/
implementation ("cz.net21.ttulka.thistledb:thistledb-client:1.0.0")
'cz.net21.ttulka.thistledb:thistledb-client:jar:1.0.0'
<dependency org="cz.net21.ttulka.thistledb" name="thistledb-client" rev="1.0.0">
<artifact name="thistledb-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.net21.ttulka.thistledb', module='thistledb-client', version='1.0.0')
)
libraryDependencies += "cz.net21.ttulka.thistledb" % "thistledb-client" % "1.0.0"
[cz.net21.ttulka.thistledb/thistledb-client "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.reactivestreams : reactive-streams | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.reactivestreams : reactive-streams-tck | jar | 1.0.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |