<dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-parent</artifactId> <version>15.01.04</version> <type>pom</type> </dependency>
implementation 'us.fatehi:schemacrawler-parent:15.01.04'
implementation("us.fatehi:schemacrawler-parent:15.01.04")
libraryDependencies += "us.fatehi" % "schemacrawler-parent" % "15.01.04"
@Grapes( @Grab(group='us.fatehi', module='schemacrawler-parent', version='15.01.04') )
<dependency org="us.fatehi" name="schemacrawler-parent" rev="15.01.04" />
[us.fatehi/schemacrawler-parent "15.01.04"]
'us.fatehi:schemacrawler-parent:jar:15.01.04'
provided
|-- org.hsqldb:hsqldb:2.4.1
test
|-- junit:junit:4.12
|-- com.google.guava:guava-testlib:26.0-jre
|-- com.github.stefanbirkner:system-rules:1.18.0
|-- xmlunit:xmlunit:1.6
|-- commons-io:commons-io:2.6
|-- com.google.code.gson:gson:2.8.5
|-- org.apache.commons:commons-lang3:3.8.1