Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.lsp4j |
ArtifactId | ArtifactIdorg.eclipse.lsp4j.debug |
Version | Version0.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j.debug/ -->
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j.debug/
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.11.0'
// https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j.debug/
implementation ("org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.11.0")
'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:0.11.0'
<dependency org="org.eclipse.lsp4j" name="org.eclipse.lsp4j.debug" rev="0.11.0">
<artifact name="org.eclipse.lsp4j.debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lsp4j', module='org.eclipse.lsp4j.debug', version='0.11.0')
)
libraryDependencies += "org.eclipse.lsp4j" % "org.eclipse.lsp4j.debug" % "0.11.0"
[org.eclipse.lsp4j/org.eclipse.lsp4j.debug "0.11.0"]