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