f

fbsgen-compiler

compiles .proto files based on flatbuffers
Files download
File Operation
fbsgen-compiler-1.0.4.jar download
fbsgen-compiler-1.0.4.pom download
fbsgen-compiler-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dyuproject.fbsgen</groupId>
  <artifactId>fbsgen-compiler</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.fbsgen:fbsgen-compiler:1.0.4'
Gradle Kotlin
implementation("com.dyuproject.fbsgen:fbsgen-compiler:1.0.4")
Scala SBT
libraryDependencies += "com.dyuproject.fbsgen" % "fbsgen-compiler" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.fbsgen', module='fbsgen-compiler', version='1.0.4')
)
Apache Ivy
<dependency org="com.dyuproject.fbsgen" name="fbsgen-compiler" rev="1.0.4" />
Leiningen
[com.dyuproject.fbsgen/fbsgen-compiler "1.0.4"]
Apache Buildr
'com.dyuproject.fbsgen:fbsgen-compiler:jar:1.0.4'