is not current version
Last Version 2.1.0

Bazel BSP 0.1.0

An implementation of the Build Server Protocol for Bazel. Allows clients such as IntelliJ to obtain build specific information in order to improve the experience of users in the IDE.

License

License

GroupId

GroupId

org.jetbrains.bsp
ArtifactId

ArtifactId

bazel-bsp
Version

Version

0.1.0
Type

Type

jar
Description

Description

Bazel BSP
An implementation of the Build Server Protocol for Bazel. Allows clients such as IntelliJ to obtain build specific information in order to improve the experience of users in the IDE.
Project URL

Project URL

https://www.jetbrains.com/
Source Code Management

Source Code Management

https://github.com/JetBrains/bazel-bsp

Download bazel-bsp 0.1.0


<!-- https://jarcasting.com/artifacts/org.jetbrains.bsp/bazel-bsp/ -->
<dependency>
    <groupId>org.jetbrains.bsp</groupId>
    <artifactId>bazel-bsp</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.bsp/bazel-bsp/
implementation 'org.jetbrains.bsp:bazel-bsp:0.1.0'
// https://jarcasting.com/artifacts/org.jetbrains.bsp/bazel-bsp/
implementation ("org.jetbrains.bsp:bazel-bsp:0.1.0")
'org.jetbrains.bsp:bazel-bsp:jar:0.1.0'
<dependency org="org.jetbrains.bsp" name="bazel-bsp" rev="0.1.0">
  <artifact name="bazel-bsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.bsp', module='bazel-bsp', version='0.1.0')
)
libraryDependencies += "org.jetbrains.bsp" % "bazel-bsp" % "0.1.0"
[org.jetbrains.bsp/bazel-bsp "0.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
ch.epfl.scala : bsp4j jar 2.0.0-M12+27-4994bd9d-SNAPSHOT
com.google.code.gson : gson jar 2.8.5
com.google.guava : guava jar 28.1-jre
org.eclipse.lsp4j : org.eclipse.lsp4j.jsonrpc jar 0.8.1
org.eclipse.xtext : org.eclipse.xtext.xbase.lib jar 2.19.0

Project Modules

There are no modules declared in this project.