Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 422 Bytes

proto-converter

An Annotation based Java 11 and higher library for converting classes (like DTOs) to Protobuf classes

How to use

Add dependency

Maven

<dependency>
    <groupId>com.keithtmiller</groupId>
    <artifactId>proto-converter</artifactId>
    <version>1.0.1</version>
</dependency>

Gradle

implementation group: 'com.keithtmiller', name: 'proto-converter', version: '1.0.1'