Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdio.chandler |
ArtifactId | ArtifactIdprotobuf-parent |
Version | Version3.7.1-teavm1 |
Type | Typepom |
Filename | Size |
---|---|
protobuf-parent-3.7.1-teavm1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.chandler/protobuf-parent/ -->
<dependency>
<groupId>io.chandler</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.7.1-teavm1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.chandler/protobuf-parent/
implementation 'io.chandler:protobuf-parent:3.7.1-teavm1'
// https://jarcasting.com/artifacts/io.chandler/protobuf-parent/
implementation ("io.chandler:protobuf-parent:3.7.1-teavm1")
'io.chandler:protobuf-parent:pom:3.7.1-teavm1'
<dependency org="io.chandler" name="protobuf-parent" rev="3.7.1-teavm1">
<artifact name="protobuf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.chandler', module='protobuf-parent', version='3.7.1-teavm1')
)
libraryDependencies += "io.chandler" % "protobuf-parent" % "3.7.1-teavm1"
[io.chandler/protobuf-parent "3.7.1-teavm1"]