License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.agrirouter.proto |
ArtifactId | ArtifactIdagrirouter-api-protobuf-definitions |
Last Version | Last Version1.0.0-jdk11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAGRIROUTER - API Protobuf Definitions
This project contains the internal Google Protocol Buffer (protobuf) definitions for the communication
with the agrirouter. All the definitions are part of the communcation structure of the agrirouter.
For more informations see the technical integration guide which you can download from the developer section on
the product website.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.agrirouter.proto/agrirouter-api-protobuf-definitions/ -->
<dependency>
<groupId>com.agrirouter.proto</groupId>
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
<version>1.0.0-jdk11</version>
</dependency>
// https://jarcasting.com/artifacts/com.agrirouter.proto/agrirouter-api-protobuf-definitions/
implementation 'com.agrirouter.proto:agrirouter-api-protobuf-definitions:1.0.0-jdk11'
// https://jarcasting.com/artifacts/com.agrirouter.proto/agrirouter-api-protobuf-definitions/
implementation ("com.agrirouter.proto:agrirouter-api-protobuf-definitions:1.0.0-jdk11")
'com.agrirouter.proto:agrirouter-api-protobuf-definitions:jar:1.0.0-jdk11'
<dependency org="com.agrirouter.proto" name="agrirouter-api-protobuf-definitions" rev="1.0.0-jdk11">
<artifact name="agrirouter-api-protobuf-definitions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agrirouter.proto', module='agrirouter-api-protobuf-definitions', version='1.0.0-jdk11')
)
libraryDependencies += "com.agrirouter.proto" % "agrirouter-api-protobuf-definitions" % "1.0.0-jdk11"
[com.agrirouter.proto/agrirouter-api-protobuf-definitions "1.0.0-jdk11"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.5.1 |