License |
License |
---|---|
Categories |
CategoriesFlatBuffers Data Data Formats Serialization |
GroupId | GroupIdcom.vlkan |
ArtifactId | ArtifactIdflatbuffers |
Version | Version1.2.0-3f79e055 |
Type | Typejar |
Description |
DescriptionFlatBuffers Java API
Memory efficient serialization library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.vlkan/flatbuffers/ -->
<dependency>
<groupId>com.vlkan</groupId>
<artifactId>flatbuffers</artifactId>
<version>1.2.0-3f79e055</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan/flatbuffers/
implementation 'com.vlkan:flatbuffers:1.2.0-3f79e055'
// https://jarcasting.com/artifacts/com.vlkan/flatbuffers/
implementation ("com.vlkan:flatbuffers:1.2.0-3f79e055")
'com.vlkan:flatbuffers:jar:1.2.0-3f79e055'
<dependency org="com.vlkan" name="flatbuffers" rev="1.2.0-3f79e055">
<artifact name="flatbuffers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan', module='flatbuffers', version='1.2.0-3f79e055')
)
libraryDependencies += "com.vlkan" % "flatbuffers" % "1.2.0-3f79e055"
[com.vlkan/flatbuffers "1.2.0-3f79e055"]