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