Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.nervos |
ArtifactId | ArtifactIdprotobuf |
Version | Version0.17.1 |
Type | Typejar |
Filename | Size |
---|---|
protobuf-0.17.1.pom | |
protobuf-0.17.1.jar | 145 KB |
protobuf-0.17.1-tests.jar | 261 bytes |
protobuf-0.17.1-sources.jar | 25 KB |
protobuf-0.17.1-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nervos/protobuf/ -->
<dependency>
<groupId>org.nervos</groupId>
<artifactId>protobuf</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nervos/protobuf/
implementation 'org.nervos:protobuf:0.17.1'
// https://jarcasting.com/artifacts/org.nervos/protobuf/
implementation ("org.nervos:protobuf:0.17.1")
'org.nervos:protobuf:jar:0.17.1'
<dependency org="org.nervos" name="protobuf" rev="0.17.1">
<artifact name="protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nervos', module='protobuf', version='0.17.1')
)
libraryDependencies += "org.nervos" % "protobuf" % "0.17.1"
[org.nervos/protobuf "0.17.1"]