Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.glsp.example |
ArtifactId | ArtifactIdorg.eclipse.glsp.example.workflow |
Version | Version0.7.0-RC-01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.glsp.example/org.eclipse.glsp.example.workflow/ -->
<dependency>
<groupId>org.eclipse.glsp.example</groupId>
<artifactId>org.eclipse.glsp.example.workflow</artifactId>
<version>0.7.0-RC-01</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.glsp.example/org.eclipse.glsp.example.workflow/
implementation 'org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:0.7.0-RC-01'
// https://jarcasting.com/artifacts/org.eclipse.glsp.example/org.eclipse.glsp.example.workflow/
implementation ("org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:0.7.0-RC-01")
'org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:jar:0.7.0-RC-01'
<dependency org="org.eclipse.glsp.example" name="org.eclipse.glsp.example.workflow" rev="0.7.0-RC-01">
<artifact name="org.eclipse.glsp.example.workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.glsp.example', module='org.eclipse.glsp.example.workflow', version='0.7.0-RC-01')
)
libraryDependencies += "org.eclipse.glsp.example" % "org.eclipse.glsp.example.workflow" % "0.7.0-RC-01"
[org.eclipse.glsp.example/org.eclipse.glsp.example.workflow "0.7.0-RC-01"]