Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.acostanza |
ArtifactId | ArtifactIdprotobuf-http-utils |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
protobuf-http-utils-0.0.13.pom | |
protobuf-http-utils-0.0.13.jar | 22 KB |
protobuf-http-utils-0.0.13-sources.jar | 14 KB |
protobuf-http-utils-0.0.13-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acostanza/protobuf-http-utils/ -->
<dependency>
<groupId>com.acostanza</groupId>
<artifactId>protobuf-http-utils</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.acostanza/protobuf-http-utils/
implementation 'com.acostanza:protobuf-http-utils:0.0.13'
// https://jarcasting.com/artifacts/com.acostanza/protobuf-http-utils/
implementation ("com.acostanza:protobuf-http-utils:0.0.13")
'com.acostanza:protobuf-http-utils:jar:0.0.13'
<dependency org="com.acostanza" name="protobuf-http-utils" rev="0.0.13">
<artifact name="protobuf-http-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acostanza', module='protobuf-http-utils', version='0.0.13')
)
libraryDependencies += "com.acostanza" % "protobuf-http-utils" % "0.0.13"
[com.acostanza/protobuf-http-utils "0.0.13"]