is not current version
Last Version 2.0.3.2

com.github.davidmoten:example 1.10.0.1

Example project demonstrating generating sources using flatc and running a test with the generated classes using the flatbuffers-java runtime library

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

example
Version

Version

1.10.0.1
Type

Type

jar

Download example 1.10.0.1


<!-- https://jarcasting.com/artifacts/com.github.davidmoten/example/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>example</artifactId>
    <version>1.10.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/example/
implementation 'com.github.davidmoten:example:1.10.0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/example/
implementation ("com.github.davidmoten:example:1.10.0.1")
'com.github.davidmoten:example:jar:1.10.0.1'
<dependency org="com.github.davidmoten" name="example" rev="1.10.0.1">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='example', version='1.10.0.1')
)
libraryDependencies += "com.github.davidmoten" % "example" % "1.10.0.1"
[com.github.davidmoten/example "1.10.0.1"]