is not current version
Last Version 1.0.3

io.github.pleuvoir:sql-metadata-plugin 1.0.1

Execute SQL to return result set metadata easily.

Categories

Categories

Data
GroupId

GroupId

io.github.pleuvoir
ArtifactId

ArtifactId

sql-metadata-plugin
Version

Version

1.0.1
Type

Type

jar

Download sql-metadata-plugin 1.0.1


<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/sql-metadata-plugin/ -->
<dependency>
    <groupId>io.github.pleuvoir</groupId>
    <artifactId>sql-metadata-plugin</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/sql-metadata-plugin/
implementation 'io.github.pleuvoir:sql-metadata-plugin:1.0.1'
// https://jarcasting.com/artifacts/io.github.pleuvoir/sql-metadata-plugin/
implementation ("io.github.pleuvoir:sql-metadata-plugin:1.0.1")
'io.github.pleuvoir:sql-metadata-plugin:jar:1.0.1'
<dependency org="io.github.pleuvoir" name="sql-metadata-plugin" rev="1.0.1">
  <artifact name="sql-metadata-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='sql-metadata-plugin', version='1.0.1')
)
libraryDependencies += "io.github.pleuvoir" % "sql-metadata-plugin" % "1.0.1"
[io.github.pleuvoir/sql-metadata-plugin "1.0.1"]