Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-api-project-templates |
Version | Version7.0.0-beta-2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-project-templates/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-project-templates</artifactId>
<version>7.0.0-beta-2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-project-templates/
implementation 'org.eclipse.che.core:che-core-api-project-templates:7.0.0-beta-2.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-project-templates/
implementation ("org.eclipse.che.core:che-core-api-project-templates:7.0.0-beta-2.0")
'org.eclipse.che.core:che-core-api-project-templates:jar:7.0.0-beta-2.0'
<dependency org="org.eclipse.che.core" name="che-core-api-project-templates" rev="7.0.0-beta-2.0">
<artifact name="che-core-api-project-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-api-project-templates', version='7.0.0-beta-2.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-api-project-templates" % "7.0.0-beta-2.0"
[org.eclipse.che.core/che-core-api-project-templates "7.0.0-beta-2.0"]