License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.os72 |
ArtifactId | ArtifactIdprotobuf-dynamic |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotobuf-dynamic
Protocol Buffers Dynamic Schema
|
Project URL |
Project URL |
Filename | Size |
---|---|
protobuf-dynamic-1.0.1.pom | |
protobuf-dynamic-1.0.1.jar | 14 KB |
protobuf-dynamic-1.0.1-sources.jar | 6 KB |
protobuf-dynamic-1.0.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.os72/protobuf-dynamic/ -->
<dependency>
<groupId>com.github.os72</groupId>
<artifactId>protobuf-dynamic</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.os72/protobuf-dynamic/
implementation 'com.github.os72:protobuf-dynamic:1.0.1'
// https://jarcasting.com/artifacts/com.github.os72/protobuf-dynamic/
implementation ("com.github.os72:protobuf-dynamic:1.0.1")
'com.github.os72:protobuf-dynamic:jar:1.0.1'
<dependency org="com.github.os72" name="protobuf-dynamic" rev="1.0.1">
<artifact name="protobuf-dynamic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.os72', module='protobuf-dynamic', version='1.0.1')
)
libraryDependencies += "com.github.os72" % "protobuf-dynamic" % "1.0.1"
[com.github.os72/protobuf-dynamic "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |