<dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-tools</artifactId> <version>16.14.2</version> </dependency>
implementation 'us.fatehi:schemacrawler-tools:16.14.2'
implementation("us.fatehi:schemacrawler-tools:16.14.2")
libraryDependencies += "us.fatehi" % "schemacrawler-tools" % "16.14.2"
@Grapes( @Grab(group='us.fatehi', module='schemacrawler-tools', version='16.14.2') )
<dependency org="us.fatehi" name="schemacrawler-tools" rev="16.14.2" />
[us.fatehi/schemacrawler-tools "16.14.2"]
'us.fatehi:schemacrawler-tools:jar:16.14.2'
<parent> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-parent</artifactId> <version>16.14.2</version> </parent>
compile
|-- us.fatehi:schemacrawler-api
test
|-- us.fatehi:schemacrawler-testdb
|-- org.apache.commons:commons-dbcp2:2.8.0