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