Last Version

Bazel BSP 2.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

2.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 2.1.0


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

Dependencies

compile (13)

Group / Artifact Type Version
ch.epfl.scala : bsp4j jar 2.0.0
com.fasterxml.jackson.core : jackson-annotations jar 2.13.2
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.13.2
com.google.code.gson : gson jar 2.8.9
com.google.guava : guava jar 31.0.1-jre
commons-cli : commons-cli jar 1.5.0
io.vavr : vavr-jackson jar 0.10.3
io.vavr : vavr jar 0.10.4
org.apache.commons : commons-collections4 jar 4.4
org.apache.logging.log4j : log4j-api jar 2.17.2
org.apache.logging.log4j : log4j-core jar 2.17.2
org.eclipse.lsp4j : org.eclipse.lsp4j.jsonrpc jar 0.12.0

Project Modules

There are no modules declared in this project.