Categories |
CategoriesProtobuf Data Data Structures Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.robert2411 |
ArtifactId | ArtifactIdprotobuf-swagger-mapper |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.robert2411/protobuf-swagger-mapper/ -->
<dependency>
<groupId>com.github.robert2411</groupId>
<artifactId>protobuf-swagger-mapper</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411/protobuf-swagger-mapper/
implementation 'com.github.robert2411:protobuf-swagger-mapper:1.0.3'
// https://jarcasting.com/artifacts/com.github.robert2411/protobuf-swagger-mapper/
implementation ("com.github.robert2411:protobuf-swagger-mapper:1.0.3")
'com.github.robert2411:protobuf-swagger-mapper:jar:1.0.3'
<dependency org="com.github.robert2411" name="protobuf-swagger-mapper" rev="1.0.3">
<artifact name="protobuf-swagger-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411', module='protobuf-swagger-mapper', version='1.0.3')
)
libraryDependencies += "com.github.robert2411" % "protobuf-swagger-mapper" % "1.0.3"
[com.github.robert2411/protobuf-swagger-mapper "1.0.3"]