Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.eclipsesource.glsp |
ArtifactId | ArtifactIdglsp-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
glsp-api-1.0.0.pom | |
glsp-api-1.0.0.jar | 80 KB |
glsp-api-1.0.0-sources.jar | 73 KB |
glsp-api-1.0.0-javadoc.jar | 502 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eclipsesource.glsp/glsp-api/ -->
<dependency>
<groupId>com.eclipsesource.glsp</groupId>
<artifactId>glsp-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclipsesource.glsp/glsp-api/
implementation 'com.eclipsesource.glsp:glsp-api:1.0.0'
// https://jarcasting.com/artifacts/com.eclipsesource.glsp/glsp-api/
implementation ("com.eclipsesource.glsp:glsp-api:1.0.0")
'com.eclipsesource.glsp:glsp-api:jar:1.0.0'
<dependency org="com.eclipsesource.glsp" name="glsp-api" rev="1.0.0">
<artifact name="glsp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclipsesource.glsp', module='glsp-api', version='1.0.0')
)
libraryDependencies += "com.eclipsesource.glsp" % "glsp-api" % "1.0.0"
[com.eclipsesource.glsp/glsp-api "1.0.0"]