Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.kie.kogito |
ArtifactId | ArtifactIdprotobuf-persistence-common |
Version | Version0.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito/protobuf-persistence-common/ -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>protobuf-persistence-common</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito/protobuf-persistence-common/
implementation 'org.kie.kogito:protobuf-persistence-common:0.17.0'
// https://jarcasting.com/artifacts/org.kie.kogito/protobuf-persistence-common/
implementation ("org.kie.kogito:protobuf-persistence-common:0.17.0")
'org.kie.kogito:protobuf-persistence-common:jar:0.17.0'
<dependency org="org.kie.kogito" name="protobuf-persistence-common" rev="0.17.0">
<artifact name="protobuf-persistence-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito', module='protobuf-persistence-common', version='0.17.0')
)
libraryDependencies += "org.kie.kogito" % "protobuf-persistence-common" % "0.17.0"
[org.kie.kogito/protobuf-persistence-common "0.17.0"]