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