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