Apache BSF API for Android

BSF API Implementation for Android

License

License

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

android-bsf-api
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Apache BSF API for Android
BSF API Implementation for Android
Source Code Management

Source Code Management

https://github.com/wuman/android-bsf-api

Download android-bsf-api

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

ANDROID-BSF-API

Android-bsf-api is a port/fork of the Apache Commons Bean Scripting Framework API for the Android platform. It includes the javax.script.* classes defined in JSR-223.

In addition to the bsf-api port, android-bsf-api also includes a modified implementation of the sun.misc.Service and the javax.imageio.spi.ServiceRegistry classes.

On Gingerbread+ devices, the ScriptEngineManager uses the Android-native java.util.ServiceLoader to load ScriptEngine factories. For devices before Gingerbread, factories are loaded via the included Service and ServiceRegistry classes to ensure backward compatibility.

More information about the original bsf-api can be found at the official BSF site.

Including in Your Project

There are two ways to include the library in your projects:

  1. You can download the released jar file in the Downloads section.

  2. If you use Maven to build your project you can simply add a dependency to the desired component of the library.

     <dependency>
         <groupId>com.wu-man</groupId>
         <artifactId>android-bsf-api</artifactId>
         <version>3.1.3</version>
     </dependency>
    

Contribute

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

License

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.    

Versions

Version
3.1.3
3.1.2
3.1.1
3.1