Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdio.github.stefan-ka |
ArtifactId | ArtifactIdprotobufgen |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
protobufgen-1.1.0.pom | |
protobufgen-1.1.0-sources.jar | 25 KB |
protobufgen-1.1.0-javadoc.jar | 488 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stefan-ka/protobufgen/ -->
<dependency>
<groupId>io.github.stefan-ka</groupId>
<artifactId>protobufgen</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefan-ka/protobufgen/
implementation 'io.github.stefan-ka:protobufgen:1.1.0'
// https://jarcasting.com/artifacts/io.github.stefan-ka/protobufgen/
implementation ("io.github.stefan-ka:protobufgen:1.1.0")
'io.github.stefan-ka:protobufgen:pom:1.1.0'
<dependency org="io.github.stefan-ka" name="protobufgen" rev="1.1.0">
<artifact name="protobufgen" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.stefan-ka', module='protobufgen', version='1.1.0')
)
libraryDependencies += "io.github.stefan-ka" % "protobufgen" % "1.1.0"
[io.github.stefan-ka/protobufgen "1.1.0"]