Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.sample |
ArtifactId | ArtifactIdplugin-wizard-parent |
Version | Version6.18.0 |
Type | Typepom |
Filename | Size |
---|---|
plugin-wizard-parent-6.18.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.sample/plugin-wizard-parent/ -->
<dependency>
<groupId>org.eclipse.che.sample</groupId>
<artifactId>plugin-wizard-parent</artifactId>
<version>6.18.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.sample/plugin-wizard-parent/
implementation 'org.eclipse.che.sample:plugin-wizard-parent:6.18.0'
// https://jarcasting.com/artifacts/org.eclipse.che.sample/plugin-wizard-parent/
implementation ("org.eclipse.che.sample:plugin-wizard-parent:6.18.0")
'org.eclipse.che.sample:plugin-wizard-parent:pom:6.18.0'
<dependency org="org.eclipse.che.sample" name="plugin-wizard-parent" rev="6.18.0">
<artifact name="plugin-wizard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.sample', module='plugin-wizard-parent', version='6.18.0')
)
libraryDependencies += "org.eclipse.che.sample" % "plugin-wizard-parent" % "6.18.0"
[org.eclipse.che.sample/plugin-wizard-parent "6.18.0"]