is not current version
Last Version 3.1

org.apache.bsf:bsf-utils 3.0-beta3

BSF API Utility classes

GroupId

GroupId

org.apache.bsf
ArtifactId

ArtifactId

bsf-utils
Version

Version

3.0-beta3
Type

Type

jar

Download bsf-utils 3.0-beta3


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