| Группа | Группаcom.github.dreamroute |
|---|---|
| Идентификатор | Идентификаторsqlprinter |
| Версия | Версия2.0.5-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sqlprinter-2.0.5-RELEASE.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>sqlprinter</artifactId>
<version>2.0.5-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/
implementation 'com.github.dreamroute:sqlprinter:2.0.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/
implementation ("com.github.dreamroute:sqlprinter:2.0.5-RELEASE")
'com.github.dreamroute:sqlprinter:pom:2.0.5-RELEASE'
<dependency org="com.github.dreamroute" name="sqlprinter" rev="2.0.5-RELEASE">
<artifact name="sqlprinter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter', version='2.0.5-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "sqlprinter" % "2.0.5-RELEASE"
[com.github.dreamroute/sqlprinter "2.0.5-RELEASE"]