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