License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.robert2411 |
ArtifactId | ArtifactIdprotobuf-swagger-mapper |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProtobuf swagger mapper
A mapping lib to easely map from protobuf to java objects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.robert2411/protobuf-swagger-mapper/ -->
<dependency>
<groupId>com.github.robert2411</groupId>
<artifactId>protobuf-swagger-mapper</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411/protobuf-swagger-mapper/
implementation 'com.github.robert2411:protobuf-swagger-mapper:1.6.0'
// https://jarcasting.com/artifacts/com.github.robert2411/protobuf-swagger-mapper/
implementation ("com.github.robert2411:protobuf-swagger-mapper:1.6.0")
'com.github.robert2411:protobuf-swagger-mapper:jar:1.6.0'
<dependency org="com.github.robert2411" name="protobuf-swagger-mapper" rev="1.6.0">
<artifact name="protobuf-swagger-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411', module='protobuf-swagger-mapper', version='1.6.0')
)
libraryDependencies += "com.github.robert2411" % "protobuf-swagger-mapper" % "1.6.0"
[com.github.robert2411/protobuf-swagger-mapper "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.18.0 |
com.google.protobuf : protobuf-java-util | jar | 3.18.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.5 |
com.jayway.jsonpath : json-path | jar | 2.6.0 |
org.json : json | jar | 20210307 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
net.javacrumbs.json-unit : json-unit-spring | jar | 2.28.0 |