An open API service indexing awesome lists of open source software.

https://github.com/microbean/microbean-invoke


https://github.com/microbean/microbean-invoke

java

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# microBean™ Invoke

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-invoke/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-invoke)

The microBean™ Invoke project provides classes and interfaces related
to functional constructs and the `invokedynamic` and `ldc` features of
the Java language and virtual machine.

# Status

This project is currently experimental, in a pre-alpha state, and
unsuitable for production use.

# Compatibility

**Until further notice, this project's APIs are subject to frequent
backwards-incompatible signature and behavior changes, regardless of
project version and without notice.**

# Requirements

microBean™ Invoke requires a Java runtime of version 17 or higher.

# Installation

microBean™ Invoke is available on [Maven
Central](https://search.maven.org/). Include microBean™ Invoke as a
Maven dependency:

```xml

org.microbean
microbean-invoke

0.0.17

```

# Documentation

Full documentation is available at
[microbean.github.io/microbean-invoke](https://microbean.github.io/microbean-invoke/).