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