| GroupId | GroupIdbsh |
|---|---|
| ArtifactId | ArtifactIdbsh-bsf |
| Last Version | Last Version1.2b7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| bsh-bsf-1.2b7.pom | |
| bsh-bsf-1.2b7.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/bsh/bsh-bsf/ -->
<dependency>
<groupId>bsh</groupId>
<artifactId>bsh-bsf</artifactId>
<version>1.2b7</version>
</dependency>
// https://jarcasting.com/artifacts/bsh/bsh-bsf/
implementation 'bsh:bsh-bsf:1.2b7'
// https://jarcasting.com/artifacts/bsh/bsh-bsf/
implementation ("bsh:bsh-bsf:1.2b7")
'bsh:bsh-bsf:jar:1.2b7'
<dependency org="bsh" name="bsh-bsf" rev="1.2b7">
<artifact name="bsh-bsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='bsh', module='bsh-bsf', version='1.2b7')
)
libraryDependencies += "bsh" % "bsh-bsf" % "1.2b7"
[bsh/bsh-bsf "1.2b7"]