h

hawtbuf-project

HawtBuf is a suite of libraries to make it easier to work with byte buffers. It includes a simpler protobuf Java API and a maven based proto file compiler.
http://${forge-project-id}.fusesource.org
The Apache Software License, Version 2.0
Progress Software Inc.
Hiram Chirino
Files download
File Operation
hawtbuf-project-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.hawtbuf</groupId>
  <artifactId>hawtbuf-project</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.hawtbuf:hawtbuf-project:1.0'
Gradle Kotlin
implementation("org.fusesource.hawtbuf:hawtbuf-project:1.0")
Scala SBT
libraryDependencies += "org.fusesource.hawtbuf" % "hawtbuf-project" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.hawtbuf', module='hawtbuf-project', version='1.0')
)
Apache Ivy
<dependency org="org.fusesource.hawtbuf" name="hawtbuf-project" rev="1.0" />
Leiningen
[org.fusesource.hawtbuf/hawtbuf-project "1.0"]
Apache Buildr
'org.fusesource.hawtbuf:hawtbuf-project:jar:1.0'
Dependencies
The project has no third-party dependencies