Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.bblfsh |
ArtifactId | ArtifactIdbblfsh-client |
Version | Version1.8.2 |
Type | Typejar |
Filename | Size |
---|---|
bblfsh-client-1.8.2.pom | |
bblfsh-client-1.8.2.jar | 1 MB |
bblfsh-client-1.8.2-sources.jar | 4 KB |
bblfsh-client-1.8.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bblfsh/bblfsh-client/ -->
<dependency>
<groupId>org.bblfsh</groupId>
<artifactId>bblfsh-client</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bblfsh/bblfsh-client/
implementation 'org.bblfsh:bblfsh-client:1.8.2'
// https://jarcasting.com/artifacts/org.bblfsh/bblfsh-client/
implementation ("org.bblfsh:bblfsh-client:1.8.2")
'org.bblfsh:bblfsh-client:jar:1.8.2'
<dependency org="org.bblfsh" name="bblfsh-client" rev="1.8.2">
<artifact name="bblfsh-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bblfsh', module='bblfsh-client', version='1.8.2')
)
libraryDependencies += "org.bblfsh" % "bblfsh-client" % "1.8.2"
[org.bblfsh/bblfsh-client "1.8.2"]