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