f

fbsgen-compiler

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