| GroupId | GroupIdcom.github.jonathanswenson |
|---|---|
| ArtifactId | ArtifactIdbqjdbc |
| Version | Version2.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bqjdbc-2.3.1.pom | |
| bqjdbc-2.3.1.jar | 115 KB |
| bqjdbc-2.3.1-sources.jar | 86 KB |
| bqjdbc-2.3.1-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonathanswenson/bqjdbc/ -->
<dependency>
<groupId>com.github.jonathanswenson</groupId>
<artifactId>bqjdbc</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonathanswenson/bqjdbc/
implementation 'com.github.jonathanswenson:bqjdbc:2.3.1'
// https://jarcasting.com/artifacts/com.github.jonathanswenson/bqjdbc/
implementation ("com.github.jonathanswenson:bqjdbc:2.3.1")
'com.github.jonathanswenson:bqjdbc:jar:2.3.1'
<dependency org="com.github.jonathanswenson" name="bqjdbc" rev="2.3.1">
<artifact name="bqjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonathanswenson', module='bqjdbc', version='2.3.1')
)
libraryDependencies += "com.github.jonathanswenson" % "bqjdbc" % "2.3.1"
[com.github.jonathanswenson/bqjdbc "2.3.1"]