<dependency> <groupId>net.hydromatic</groupId> <artifactId>eigenbase-xom</artifactId> <version>1.3.7</version> <type>bundle</type> </dependency>
implementation 'net.hydromatic:eigenbase-xom:1.3.7'
implementation("net.hydromatic:eigenbase-xom:1.3.7")
libraryDependencies += "net.hydromatic" % "eigenbase-xom" % "1.3.7"
@Grapes( @Grab(group='net.hydromatic', module='eigenbase-xom', version='1.3.7') )
<dependency org="net.hydromatic" name="eigenbase-xom" rev="1.3.7" />
[net.hydromatic/eigenbase-xom "1.3.7"]
'net.hydromatic:eigenbase-xom:jar:1.3.7'
<parent> <groupId>net.hydromatic</groupId> <artifactId>parent</artifactId> <version>0.1</version> </parent>
compile
|-- xerces:xercesImpl:2.12.2
|-- org.apache.ant:ant:1.10.11
test
|-- junit:junit:4.13.1