| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdcom.netifi | 
| ArtifactId | ArtifactIdnetifi-httpgateway-proto | 
| Last Version | Last Version1.6.10 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionNetifi HTTP Gateway Proto A collection of Netifi HTTP Gateway related Protobuf files | 
| Project Organization | Project OrganizationNetifi, Inc. | 
<!-- https://jarcasting.com/artifacts/com.netifi/netifi-httpgateway-proto/ -->
<dependency>
    <groupId>com.netifi</groupId>
    <artifactId>netifi-httpgateway-proto</artifactId>
    <version>1.6.10</version>
</dependency>// https://jarcasting.com/artifacts/com.netifi/netifi-httpgateway-proto/
implementation 'com.netifi:netifi-httpgateway-proto:1.6.10'// https://jarcasting.com/artifacts/com.netifi/netifi-httpgateway-proto/
implementation ("com.netifi:netifi-httpgateway-proto:1.6.10")'com.netifi:netifi-httpgateway-proto:jar:1.6.10'<dependency org="com.netifi" name="netifi-httpgateway-proto" rev="1.6.10">
  <artifact name="netifi-httpgateway-proto" type="jar" />
</dependency>@Grapes(
@Grab(group='com.netifi', module='netifi-httpgateway-proto', version='1.6.10')
)libraryDependencies += "com.netifi" % "netifi-httpgateway-proto" % "1.6.10"[com.netifi/netifi-httpgateway-proto "1.6.10"]