<dependency> <groupId>net.hydromatic</groupId> <artifactId>flight-data-hsqldb</artifactId> <version>0.2</version> </dependency>
implementation 'net.hydromatic:flight-data-hsqldb:0.2'
implementation("net.hydromatic:flight-data-hsqldb:0.2")
libraryDependencies += "net.hydromatic" % "flight-data-hsqldb" % "0.2"
@Grapes( @Grab(group='net.hydromatic', module='flight-data-hsqldb', version='0.2') )
<dependency org="net.hydromatic" name="flight-data-hsqldb" rev="0.2" />
[net.hydromatic/flight-data-hsqldb "0.2"]
'net.hydromatic:flight-data-hsqldb:jar:0.2'
<parent> <groupId>net.hydromatic</groupId> <artifactId>parent</artifactId> <version>0.1</version> </parent>
test
|-- junit:junit:4.13.2
|-- org.hsqldb:hsqldb:2.5.2