is not current version
Last Version 2.0b4

bsh:bsh 2.0b1


GroupId

GroupId

bsh
ArtifactId

ArtifactId

bsh
Version

Version

2.0b1
Type

Type

jar

Download bsh 2.0b1

Filename Size
bsh-2.0b1.pom
bsh-2.0b1.jar 274 KB
Browse

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