License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools Data |
GroupId | GroupIdcom.polarquant.data |
ArtifactId | ArtifactIdpresto-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionpresto-spring-boot-starter
SpringBoot Starter for using Presto
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.polarquant.data/presto-spring-boot-starter/ -->
<dependency>
<groupId>com.polarquant.data</groupId>
<artifactId>presto-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.polarquant.data/presto-spring-boot-starter/
implementation 'com.polarquant.data:presto-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.polarquant.data/presto-spring-boot-starter/
implementation ("com.polarquant.data:presto-spring-boot-starter:1.0.0.RELEASE")
'com.polarquant.data:presto-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.polarquant.data" name="presto-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="presto-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.polarquant.data', module='presto-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.polarquant.data" % "presto-spring-boot-starter" % "1.0.0.RELEASE"
[com.polarquant.data/presto-spring-boot-starter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.3.4.RELEASE |
io.prestosql : presto-jdbc | jar | 322 |
com.alibaba : druid | jar | 1.1.24 |
com.polarquant.data : presto-spring-boot-autoconfigure | jar | 1.0.0.RELEASE |