License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.cloudecho |
ArtifactId | ArtifactIdprotobuf-message-converter |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.cloudecho/protobuf-message-converter/ -->
<dependency>
<groupId>com.github.cloudecho</groupId>
<artifactId>protobuf-message-converter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudecho/protobuf-message-converter/
implementation 'com.github.cloudecho:protobuf-message-converter:0.0.4'
// https://jarcasting.com/artifacts/com.github.cloudecho/protobuf-message-converter/
implementation ("com.github.cloudecho:protobuf-message-converter:0.0.4")
'com.github.cloudecho:protobuf-message-converter:jar:0.0.4'
<dependency org="com.github.cloudecho" name="protobuf-message-converter" rev="0.0.4">
<artifact name="protobuf-message-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudecho', module='protobuf-message-converter', version='0.0.4')
)
libraryDependencies += "com.github.cloudecho" % "protobuf-message-converter" % "0.0.4"
[com.github.cloudecho/protobuf-message-converter "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.19.4 |
com.google.guava : guava | jar | 31.1-jre |
org.springframework : spring-core | jar | 5.3.17 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |