Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Eclipse Che Development Tools IDE CLI |
---|---|
GroupId | GroupIdorg.eclipse.che.plugin |
ArtifactId | ArtifactIdche-plugin-gwt-parent |
Version | Version6.17.0 |
Type | Typepom |
Filename | Size |
---|---|
che-plugin-gwt-parent-6.17.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-gwt-parent/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-gwt-parent</artifactId>
<version>6.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-gwt-parent/
implementation 'org.eclipse.che.plugin:che-plugin-gwt-parent:6.17.0'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-gwt-parent/
implementation ("org.eclipse.che.plugin:che-plugin-gwt-parent:6.17.0")
'org.eclipse.che.plugin:che-plugin-gwt-parent:pom:6.17.0'
<dependency org="org.eclipse.che.plugin" name="che-plugin-gwt-parent" rev="6.17.0">
<artifact name="che-plugin-gwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-gwt-parent', version='6.17.0')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-gwt-parent" % "6.17.0"
[org.eclipse.che.plugin/che-plugin-gwt-parent "6.17.0"]