Module club.doki7.ffm


module club.doki7.ffm

Utility library for Java 22 FFM (Project Panama) APIs.

For actual API documentation, see packages documentation. For Java 22 FFM knowledge, see OpenJDK projects page or Guide on www.baeldung.com. The following content is literary and not relevant to the API itself.

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>ffm-plus</artifactId>
    <version>0.2.1</version>
    <scope>compile</scope>
</dependency>