Categories |
CategoriesData Protobuf Data Structures Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.kie.kogito |
ArtifactId | ArtifactIddata-index-storage-protobuf |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito/data-index-storage-protobuf/ -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>data-index-storage-protobuf</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito/data-index-storage-protobuf/
implementation 'org.kie.kogito:data-index-storage-protobuf:0.14.0'
// https://jarcasting.com/artifacts/org.kie.kogito/data-index-storage-protobuf/
implementation ("org.kie.kogito:data-index-storage-protobuf:0.14.0")
'org.kie.kogito:data-index-storage-protobuf:jar:0.14.0'
<dependency org="org.kie.kogito" name="data-index-storage-protobuf" rev="0.14.0">
<artifact name="data-index-storage-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito', module='data-index-storage-protobuf', version='0.14.0')
)
libraryDependencies += "org.kie.kogito" % "data-index-storage-protobuf" % "0.14.0"
[org.kie.kogito/data-index-storage-protobuf "0.14.0"]