Categories |
CategoriesProtobuf Data Data Structures KeY Data Formats Formal Verification |
---|---|
GroupId | GroupIdco.privacyone.keychain |
ArtifactId | ArtifactIdprotobuf |
Last Version | Last Version1.5.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
protobuf-1.5.5.pom | |
protobuf-1.5.5.jar | 62 KB |
protobuf-1.5.5-sources.jar | 15 KB |
protobuf-1.5.5-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.privacyone.keychain/protobuf/ -->
<dependency>
<groupId>co.privacyone.keychain</groupId>
<artifactId>protobuf</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.privacyone.keychain/protobuf/
implementation 'co.privacyone.keychain:protobuf:1.5.5'
// https://jarcasting.com/artifacts/co.privacyone.keychain/protobuf/
implementation ("co.privacyone.keychain:protobuf:1.5.5")
'co.privacyone.keychain:protobuf:jar:1.5.5'
<dependency org="co.privacyone.keychain" name="protobuf" rev="1.5.5">
<artifact name="protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.privacyone.keychain', module='protobuf', version='1.5.5')
)
libraryDependencies += "co.privacyone.keychain" % "protobuf" % "1.5.5"
[co.privacyone.keychain/protobuf "1.5.5"]