Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.eclipsesource.glsp |
ArtifactId | ArtifactIdworkflow-example |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
workflow-example-1.0.1.pom | |
workflow-example-1.0.1.jar | 38 KB |
workflow-example-1.0.1-sources.jar | 32 KB |
workflow-example-1.0.1-javadoc.jar | 154 KB |
workflow-example-1.0.1-glsp.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eclipsesource.glsp/workflow-example/ -->
<dependency>
<groupId>com.eclipsesource.glsp</groupId>
<artifactId>workflow-example</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclipsesource.glsp/workflow-example/
implementation 'com.eclipsesource.glsp:workflow-example:1.0.1'
// https://jarcasting.com/artifacts/com.eclipsesource.glsp/workflow-example/
implementation ("com.eclipsesource.glsp:workflow-example:1.0.1")
'com.eclipsesource.glsp:workflow-example:jar:1.0.1'
<dependency org="com.eclipsesource.glsp" name="workflow-example" rev="1.0.1">
<artifact name="workflow-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclipsesource.glsp', module='workflow-example', version='1.0.1')
)
libraryDependencies += "com.eclipsesource.glsp" % "workflow-example" % "1.0.1"
[com.eclipsesource.glsp/workflow-example "1.0.1"]