<dependency>
<groupId>org.apache.geronimo.gshell.support</groupId>
<artifactId>gshell-artifact-mercury</artifactId>
<version>1.0-alpha-2</version>
</dependency>
implementation 'org.apache.geronimo.gshell.support:gshell-artifact-mercury:1.0-alpha-2'
implementation("org.apache.geronimo.gshell.support:gshell-artifact-mercury:1.0-alpha-2")
libraryDependencies += "org.apache.geronimo.gshell.support" % "gshell-artifact-mercury" % "1.0-alpha-2"
@Grapes(
@Grab(group='org.apache.geronimo.gshell.support', module='gshell-artifact-mercury', version='1.0-alpha-2')
)
<dependency org="org.apache.geronimo.gshell.support" name="gshell-artifact-mercury" rev="1.0-alpha-2" />