is not current version
Last Version 1.0.1

xyz.codemeans.protobuf4j:protobuf4j-core 0.9.0.alpha

A Facility Framework to Develop with Google Protobuf

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

xyz.codemeans.protobuf4j
ArtifactId

ArtifactId

protobuf4j-core
Version

Version

0.9.0.alpha
Type

Type

jar

Download protobuf4j-core 0.9.0.alpha


<!-- https://jarcasting.com/artifacts/xyz.codemeans.protobuf4j/protobuf4j-core/ -->
<dependency>
    <groupId>xyz.codemeans.protobuf4j</groupId>
    <artifactId>protobuf4j-core</artifactId>
    <version>0.9.0.alpha</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.codemeans.protobuf4j/protobuf4j-core/
implementation 'xyz.codemeans.protobuf4j:protobuf4j-core:0.9.0.alpha'
// https://jarcasting.com/artifacts/xyz.codemeans.protobuf4j/protobuf4j-core/
implementation ("xyz.codemeans.protobuf4j:protobuf4j-core:0.9.0.alpha")
'xyz.codemeans.protobuf4j:protobuf4j-core:jar:0.9.0.alpha'
<dependency org="xyz.codemeans.protobuf4j" name="protobuf4j-core" rev="0.9.0.alpha">
  <artifact name="protobuf4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.codemeans.protobuf4j', module='protobuf4j-core', version='0.9.0.alpha')
)
libraryDependencies += "xyz.codemeans.protobuf4j" % "protobuf4j-core" % "0.9.0.alpha"
[xyz.codemeans.protobuf4j/protobuf4j-core "0.9.0.alpha"]