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