<dependency> <groupId>net.sf.mathml</groupId> <artifactId>mathml-parent</artifactId> <version>1.0</version> <type>pom</type> </dependency>
implementation 'net.sf.mathml:mathml-parent:1.0'
implementation("net.sf.mathml:mathml-parent:1.0")
libraryDependencies += "net.sf.mathml" % "mathml-parent" % "1.0"
@Grapes( @Grab(group='net.sf.mathml', module='mathml-parent', version='1.0') )
<dependency org="net.sf.mathml" name="mathml-parent" rev="1.0" />
[net.sf.mathml/mathml-parent "1.0"]
'net.sf.mathml:mathml-parent:jar:1.0'