is not current version
Last Version 0.0.14

com.acostanza:protobuf-http-utils 0.0.1

A set of utils that makes it easy to have a typesafe JSON HTTP API using protobuf

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.acostanza
ArtifactId

ArtifactId

protobuf-http-utils
Version

Version

0.0.1
Type

Type

jar

Download protobuf-http-utils 0.0.1


<!-- https://jarcasting.com/artifacts/com.acostanza/protobuf-http-utils/ -->
<dependency>
    <groupId>com.acostanza</groupId>
    <artifactId>protobuf-http-utils</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.acostanza/protobuf-http-utils/
implementation 'com.acostanza:protobuf-http-utils:0.0.1'
// https://jarcasting.com/artifacts/com.acostanza/protobuf-http-utils/
implementation ("com.acostanza:protobuf-http-utils:0.0.1")
'com.acostanza:protobuf-http-utils:jar:0.0.1'
<dependency org="com.acostanza" name="protobuf-http-utils" rev="0.0.1">
  <artifact name="protobuf-http-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acostanza', module='protobuf-http-utils', version='0.0.1')
)
libraryDependencies += "com.acostanza" % "protobuf-http-utils" % "0.0.1"
[com.acostanza/protobuf-http-utils "0.0.1"]