Categories |
CategoriesProtobuf Data Data Structures Geo Business Logic Libraries Geospatial gRPC Net Networking |
---|---|
GroupId | GroupIdorg.locationtech.geowave |
ArtifactId | ArtifactIdgeowave-grpc-protobuf-generator |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.locationtech.geowave/geowave-grpc-protobuf-generator/ -->
<dependency>
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-grpc-protobuf-generator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geowave/geowave-grpc-protobuf-generator/
implementation 'org.locationtech.geowave:geowave-grpc-protobuf-generator:1.0.0'
// https://jarcasting.com/artifacts/org.locationtech.geowave/geowave-grpc-protobuf-generator/
implementation ("org.locationtech.geowave:geowave-grpc-protobuf-generator:1.0.0")
'org.locationtech.geowave:geowave-grpc-protobuf-generator:jar:1.0.0'
<dependency org="org.locationtech.geowave" name="geowave-grpc-protobuf-generator" rev="1.0.0">
<artifact name="geowave-grpc-protobuf-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geowave', module='geowave-grpc-protobuf-generator', version='1.0.0')
)
libraryDependencies += "org.locationtech.geowave" % "geowave-grpc-protobuf-generator" % "1.0.0"
[org.locationtech.geowave/geowave-grpc-protobuf-generator "1.0.0"]