License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.krraghavan |
ArtifactId | ArtifactIdprotobuf-usage |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGenerate schemas (Protobuf currently implemented) from Java POJOs
|
Filename | Size |
---|---|
protobuf-usage-0.1.2.pom | |
protobuf-usage-0.1.2.jar | 40 KB |
protobuf-usage-0.1.2-sources.jar | 15 KB |
protobuf-usage-0.1.2-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.krraghavan/protobuf-usage/ -->
<dependency>
<groupId>com.github.krraghavan</groupId>
<artifactId>protobuf-usage</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krraghavan/protobuf-usage/
implementation 'com.github.krraghavan:protobuf-usage:0.1.2'
// https://jarcasting.com/artifacts/com.github.krraghavan/protobuf-usage/
implementation ("com.github.krraghavan:protobuf-usage:0.1.2")
'com.github.krraghavan:protobuf-usage:jar:0.1.2'
<dependency org="com.github.krraghavan" name="protobuf-usage" rev="0.1.2">
<artifact name="protobuf-usage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krraghavan', module='protobuf-usage', version='0.1.2')
)
libraryDependencies += "com.github.krraghavan" % "protobuf-usage" % "0.1.2"
[com.github.krraghavan/protobuf-usage "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mapstruct : mapstruct | jar | 1.4.1.Final |
com.google.protobuf : protobuf-java | jar | 3.2.0 |
com.github.krraghavan : protobuf-spi-impl | jar | 0.1.2 |
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
org.apache.logging.log4j : log4j-slf4j-impl Optional | jar | 2.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.testng : testng | jar | 6.14.3 |