Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdsqlprinter-spring-boot-starter |
Version | Version2.2.5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>sqlprinter-spring-boot-starter</artifactId>
<version>2.2.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter-spring-boot-starter/
implementation 'com.github.dreamroute:sqlprinter-spring-boot-starter:2.2.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter-spring-boot-starter/
implementation ("com.github.dreamroute:sqlprinter-spring-boot-starter:2.2.5-RELEASE")
'com.github.dreamroute:sqlprinter-spring-boot-starter:jar:2.2.5-RELEASE'
<dependency org="com.github.dreamroute" name="sqlprinter-spring-boot-starter" rev="2.2.5-RELEASE">
<artifact name="sqlprinter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter-spring-boot-starter', version='2.2.5-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "sqlprinter-spring-boot-starter" % "2.2.5-RELEASE"
[com.github.dreamroute/sqlprinter-spring-boot-starter "2.2.5-RELEASE"]