Apache BSF API for Android

BSF API Implementation for Android

Лицензия

Лицензия

Группа

Группа

com.wu-man
Идентификатор

Идентификатор

android-bsf-api
Последняя версия

Последняя версия

3.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache BSF API for Android
BSF API Implementation for Android
Система контроля версий

Система контроля версий

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

Скачать android-bsf-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.android : android jar 4.1.1.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.

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.    

Версии библиотеки

Версия
3.1.3
3.1.2
3.1.1
3.1