| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.glsp |
| ArtifactId | ArtifactIdorg.eclipse.glsp.parent |
| Version | Version0.8.0-rc-01 |
| Type | Typepom |
| Filename | Size |
|---|---|
| org.eclipse.glsp.parent-0.8.0-rc-01.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.glsp/org.eclipse.glsp.parent/ -->
<dependency>
<groupId>org.eclipse.glsp</groupId>
<artifactId>org.eclipse.glsp.parent</artifactId>
<version>0.8.0-rc-01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.glsp/org.eclipse.glsp.parent/
implementation 'org.eclipse.glsp:org.eclipse.glsp.parent:0.8.0-rc-01'
// https://jarcasting.com/artifacts/org.eclipse.glsp/org.eclipse.glsp.parent/
implementation ("org.eclipse.glsp:org.eclipse.glsp.parent:0.8.0-rc-01")
'org.eclipse.glsp:org.eclipse.glsp.parent:pom:0.8.0-rc-01'
<dependency org="org.eclipse.glsp" name="org.eclipse.glsp.parent" rev="0.8.0-rc-01">
<artifact name="org.eclipse.glsp.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.glsp', module='org.eclipse.glsp.parent', version='0.8.0-rc-01')
)
libraryDependencies += "org.eclipse.glsp" % "org.eclipse.glsp.parent" % "0.8.0-rc-01"
[org.eclipse.glsp/org.eclipse.glsp.parent "0.8.0-rc-01"]