MVN

org.bblfsh : bblfsh-client

Maven & Gradle

Oct 28, 2019
3 usages
5 stars

bblfsh-client · bblfsh-client

<dependency>
    <groupId>org.bblfsh</groupId>
    <artifactId>bblfsh-client</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bblfsh : bblfsh-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.bblfsh : bblfsh-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
bblfsh-client-2.1.0
2.0.x
bblfsh-client-2.0.2
bblfsh-client-2.0.0
1.11.x
bblfsh-client-1.11.0
1.10.x
bblfsh-client-1.10.1
1.9.x
bblfsh-client-1.9.1
1.8.x
bblfsh-client-1.8.2
bblfsh-client-1.8.1
bblfsh-client-1.8.0
1.7.x
bblfsh-client-1.7.0
1.5.x
bblfsh-client-1.5.3
bblfsh-client-1.5.2
bblfsh-client-1.5.1
bblfsh-client-1.5.0
1.3.x
bblfsh-client-1.3.4
bblfsh-client-1.3.3
bblfsh-client-1.3.2
bblfsh-client-1.3.1
bblfsh-client-1.3.0
1.2.x
bblfsh-client-1.2.2
bblfsh-client-1.2.1
bblfsh-client-1.2.0
1.1.x
bblfsh-client-1.1.0
1.0.x
bblfsh-client-1.0.1
bblfsh-client-1.0.0
0.1.x
bblfsh-client-0.1.0

How to add a dependency to Maven

Add the following org.bblfsh : bblfsh-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bblfsh</groupId>
    <artifactId>bblfsh-client</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bblfsh : bblfsh-client gradle dependency to your build.gradle file:

implementation 'org.bblfsh:bblfsh-client:2.1.0'

Gradle Kotlin DSL: Add the following org.bblfsh : bblfsh-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bblfsh:bblfsh-client:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bblfsh : bblfsh-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bblfsh" % "bblfsh-client" % "2.1.0"