f

fbsgen-compiler

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