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