License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdcom.github.fzakaria |
ArtifactId | ArtifactIdcalcite-git |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionApache Calcite Git Adapter
A git calcite adapter.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
calcite-git-0.1.pom | |
calcite-git-0.1.jar | 13 KB |
calcite-git-0.1-sources.jar | 9 KB |
calcite-git-0.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fzakaria/calcite-git/ -->
<dependency>
<groupId>com.github.fzakaria</groupId>
<artifactId>calcite-git</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fzakaria/calcite-git/
implementation 'com.github.fzakaria:calcite-git:0.1'
// https://jarcasting.com/artifacts/com.github.fzakaria/calcite-git/
implementation ("com.github.fzakaria:calcite-git:0.1")
'com.github.fzakaria:calcite-git:jar:0.1'
<dependency org="com.github.fzakaria" name="calcite-git" rev="0.1">
<artifact name="calcite-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fzakaria', module='calcite-git', version='0.1')
)
libraryDependencies += "com.github.fzakaria" % "calcite-git" % "0.1"
[com.github.fzakaria/calcite-git "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.calcite : calcite-core | jar | 1.26.0 |
org.eclipse.jgit : org.eclipse.jgit | jar | 5.10.0.202012080955-r |
com.google.guava : guava | jar | 29.0-jre |
org.assertj : assertj-core | jar | 3.16.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
sqlline : sqlline | jar | 1.9.0 |