File | Operation |
---|---|
datasource-1.0-RELEASE.pom | download |
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>datasource</artifactId>
<version>1.0-RELEASE</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='datasource', version='1.0-RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.4.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.springframework.boot:spring-boot-starter-test
|-- com.github.dreamroute:sqlprinter-spring-boot-starter:2.0.3-RELEASE