| License |
License |
|---|---|
| GroupId | GroupIdus.hebi.quickbuf |
| ArtifactId | ArtifactIdquickbuf-compat |
| Last Version | Last Version1.0-rc1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava library for reading and writing Google's Protocol Buffers v2 messages
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| quickbuf-compat-1.0-rc1.pom | |
| quickbuf-compat-1.0-rc1.jar | 15 KB |
| quickbuf-compat-1.0-rc1-sources.jar | 9 KB |
| quickbuf-compat-1.0-rc1-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.hebi.quickbuf/quickbuf-compat/ -->
<dependency>
<groupId>us.hebi.quickbuf</groupId>
<artifactId>quickbuf-compat</artifactId>
<version>1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/us.hebi.quickbuf/quickbuf-compat/
implementation 'us.hebi.quickbuf:quickbuf-compat:1.0-rc1'
// https://jarcasting.com/artifacts/us.hebi.quickbuf/quickbuf-compat/
implementation ("us.hebi.quickbuf:quickbuf-compat:1.0-rc1")
'us.hebi.quickbuf:quickbuf-compat:jar:1.0-rc1'
<dependency org="us.hebi.quickbuf" name="quickbuf-compat" rev="1.0-rc1">
<artifact name="quickbuf-compat" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.hebi.quickbuf', module='quickbuf-compat', version='1.0-rc1')
)
libraryDependencies += "us.hebi.quickbuf" % "quickbuf-compat" % "1.0-rc1"
[us.hebi.quickbuf/quickbuf-compat "1.0-rc1"]
| Group / Artifact | Type | Version |
|---|---|---|
| us.hebi.quickbuf : quickbuf-runtime | jar | 1.0-rc1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.google.code.gson : gson | jar | 2.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.19.4 |
| junit : junit | jar | 4.13.1 |