Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdio.arcblock.forge |
ArtifactId | ArtifactIdprotobuf |
Version | Version1.0.9 |
Type | Typepom |
Filename | Size |
---|---|
protobuf-1.0.9.pom | |
protobuf-1.0.9.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.arcblock.forge/protobuf/ -->
<dependency>
<groupId>io.arcblock.forge</groupId>
<artifactId>protobuf</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arcblock.forge/protobuf/
implementation 'io.arcblock.forge:protobuf:1.0.9'
// https://jarcasting.com/artifacts/io.arcblock.forge/protobuf/
implementation ("io.arcblock.forge:protobuf:1.0.9")
'io.arcblock.forge:protobuf:pom:1.0.9'
<dependency org="io.arcblock.forge" name="protobuf" rev="1.0.9">
<artifact name="protobuf" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arcblock.forge', module='protobuf', version='1.0.9')
)
libraryDependencies += "io.arcblock.forge" % "protobuf" % "1.0.9"
[io.arcblock.forge/protobuf "1.0.9"]