How To Install Java Artifact com.google.flatbuffers.flatbuffers-java v1.9.0

com.google.flatbuffers flatbuffers-java 1.9.0

Introduction

In this article, we'll learn how to install Java artifact flatbuffers-java from com.google.flatbuffers group in version 1.9.0. The artifact is available in 25 versions: 24.3.25 24.3.7 24.3.6 23.5.26 23.5.9 23.5.8 23.3.3 23.1.21 23.1.4 22.12.06 22.11.23 22.10.26 2.0.8 2.0.7 2.0.3 2.0.2 2.0.1 2.0.0 1.12.0 1.11.1 1.11.0 1.10.0 1.9.0 1.8.0 1.7.2 . The FlatBuffers Java API project has been released under Apache License V2.0 license, and has its own website at: https://github.com/google/flatbuffers .

How To Install Java Artifact com.google.flatbuffers.flatbuffers-java In Version 1.9.0

To install the FlatBuffers Java API artifact in version 1.9.0 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses FlatBuffers Java API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses