is not current version
Last Version 2.1.0

org.jetbrains.bsp:bazel-bsp 1.0.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.

GroupId

GroupId

org.jetbrains.bsp
ArtifactId

ArtifactId

bazel-bsp
Version

Version

1.0.0
Type

Type

jar

Download bazel-bsp 1.0.0


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