GroupId | GroupIdorg.apache.bsf |
---|---|
ArtifactId | ArtifactIdbsf-utils |
Version | Version3.0-beta3 |
Type | Typejar |
Filename | Size |
---|---|
bsf-utils-3.0-beta3.pom | |
bsf-utils-3.0-beta3.jar | 25 KB |
Browse |
<!-- 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"]