<dependency>
<groupId>org.eclipse.glsp.example</groupId>
<artifactId>org.eclipse.glsp.example.parent</artifactId>
<version>0.7.0-RC-01</version>
</dependency>
implementation group: 'org.eclipse.glsp.example', name: 'org.eclipse.glsp.example.parent', version: '0.7.0-RC-01'
implementation 'org.eclipse.glsp.example:org.eclipse.glsp.example.parent:0.7.0-RC-01'
implementation("org.eclipse.glsp.example:org.eclipse.glsp.example.parent:0.7.0-RC-01")
libraryDependencies += "org.eclipse.glsp.example" % "org.eclipse.glsp.example.parent" % "0.7.0-RC-01"
<dependency org="org.eclipse.glsp.example" name="org.eclipse.glsp.example.parent" rev="0.7.0-RC-01"/>
@Grapes(
@Grab(group='org.eclipse.glsp.example', module='org.eclipse.glsp.example.parent', version='0.7.0-RC-01')
)
[org.eclipse.glsp.example/org.eclipse.glsp.example.parent "0.7.0-RC-01"]
'org.eclipse.glsp.example:org.eclipse.glsp.example.parent:jar:0.7.0-RC-01'