Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.openlabtesting.protobuf |
ArtifactId | ArtifactIdprotoc |
Version | Version2.5.0.1 |
Type | Typepom |
Filename | Size |
---|---|
protoc-2.5.0.1.pom | |
protoc-2.5.0.1-aarch_64.exe | 17 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlabtesting.protobuf/protoc/ -->
<dependency>
<groupId>org.openlabtesting.protobuf</groupId>
<artifactId>protoc</artifactId>
<version>2.5.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openlabtesting.protobuf/protoc/
implementation 'org.openlabtesting.protobuf:protoc:2.5.0.1'
// https://jarcasting.com/artifacts/org.openlabtesting.protobuf/protoc/
implementation ("org.openlabtesting.protobuf:protoc:2.5.0.1")
'org.openlabtesting.protobuf:protoc:pom:2.5.0.1'
<dependency org="org.openlabtesting.protobuf" name="protoc" rev="2.5.0.1">
<artifact name="protoc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openlabtesting.protobuf', module='protoc', version='2.5.0.1')
)
libraryDependencies += "org.openlabtesting.protobuf" % "protoc" % "2.5.0.1"
[org.openlabtesting.protobuf/protoc "2.5.0.1"]