License |
License |
---|---|
Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
GroupId | GroupIdorg.eclipse.che |
ArtifactId | ArtifactIdls-golang-agent |
Last Version | Last Version7.0.0-rc-3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLanguage Server Golang Agent
Provides version of third parties artifacts to use in Codenvy platform projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.che/ls-golang-agent/ -->
<dependency>
<groupId>org.eclipse.che</groupId>
<artifactId>ls-golang-agent</artifactId>
<version>7.0.0-rc-3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che/ls-golang-agent/
implementation 'org.eclipse.che:ls-golang-agent:7.0.0-rc-3.0'
// https://jarcasting.com/artifacts/org.eclipse.che/ls-golang-agent/
implementation ("org.eclipse.che:ls-golang-agent:7.0.0-rc-3.0")
'org.eclipse.che:ls-golang-agent:jar:7.0.0-rc-3.0'
<dependency org="org.eclipse.che" name="ls-golang-agent" rev="7.0.0-rc-3.0">
<artifact name="ls-golang-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che', module='ls-golang-agent', version='7.0.0-rc-3.0')
)
libraryDependencies += "org.eclipse.che" % "ls-golang-agent" % "7.0.0-rc-3.0"
[org.eclipse.che/ls-golang-agent "7.0.0-rc-3.0"]