Categories |
CategoriesProtobuf Data Data Structures Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.apache.geode |
ArtifactId | ArtifactIdgeode-protobuf |
Version | Version1.12.7 |
Type | Typejar |
Filename | Size |
---|---|
geode-protobuf-1.12.7.pom | |
geode-protobuf-1.12.7.jar | 121 KB |
geode-protobuf-1.12.7-sources.jar | 104 KB |
geode-protobuf-1.12.7-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geode/geode-protobuf/ -->
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-protobuf</artifactId>
<version>1.12.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geode/geode-protobuf/
implementation 'org.apache.geode:geode-protobuf:1.12.7'
// https://jarcasting.com/artifacts/org.apache.geode/geode-protobuf/
implementation ("org.apache.geode:geode-protobuf:1.12.7")
'org.apache.geode:geode-protobuf:jar:1.12.7'
<dependency org="org.apache.geode" name="geode-protobuf" rev="1.12.7">
<artifact name="geode-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-protobuf', version='1.12.7')
)
libraryDependencies += "org.apache.geode" % "geode-protobuf" % "1.12.7"
[org.apache.geode/geode-protobuf "1.12.7"]