License |
License |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdexample |
Last Version | Last Version2.0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample project demonstrating generating sources using flatc and running a test with the generated classes using the flatbuffers-java runtime library
|
Filename | Size |
---|---|
example-2.0.3.2.pom | |
example-2.0.3.2.jar | 7 KB |
example-2.0.3.2-sources.jar | 3 KB |
example-2.0.3.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/example/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>example</artifactId>
<version>2.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/example/
implementation 'com.github.davidmoten:example:2.0.3.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/example/
implementation ("com.github.davidmoten:example:2.0.3.2")
'com.github.davidmoten:example:jar:2.0.3.2'
<dependency org="com.github.davidmoten" name="example" rev="2.0.3.2">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='example', version='2.0.3.2')
)
libraryDependencies += "com.github.davidmoten" % "example" % "2.0.3.2"
[com.github.davidmoten/example "2.0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.flatbuffers : flatbuffers-java | jar | 2.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |