Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools Data Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.polarquant.data |
ArtifactId | ArtifactIdpresto-spring-boot-autoconfigure |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.polarquant.data/presto-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.polarquant.data</groupId>
<artifactId>presto-spring-boot-autoconfigure</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.polarquant.data/presto-spring-boot-autoconfigure/
implementation 'com.polarquant.data:presto-spring-boot-autoconfigure:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.polarquant.data/presto-spring-boot-autoconfigure/
implementation ("com.polarquant.data:presto-spring-boot-autoconfigure:1.0.0.RELEASE")
'com.polarquant.data:presto-spring-boot-autoconfigure:jar:1.0.0.RELEASE'
<dependency org="com.polarquant.data" name="presto-spring-boot-autoconfigure" rev="1.0.0.RELEASE">
<artifact name="presto-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.polarquant.data', module='presto-spring-boot-autoconfigure', version='1.0.0.RELEASE')
)
libraryDependencies += "com.polarquant.data" % "presto-spring-boot-autoconfigure" % "1.0.0.RELEASE"
[com.polarquant.data/presto-spring-boot-autoconfigure "1.0.0.RELEASE"]