License |
License |
---|---|
Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping Protobuf Data Data Structures |
GroupId | GroupIdcom.github.krraghavan |
ArtifactId | ArtifactIdprotobuf-mapstruct-spi |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGenerate schemas (Protobuf currently implemented) from Java POJOs
|
Filename | Size |
---|---|
protobuf-mapstruct-spi-0.1.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.krraghavan/protobuf-mapstruct-spi/ -->
<dependency>
<groupId>com.github.krraghavan</groupId>
<artifactId>protobuf-mapstruct-spi</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.krraghavan/protobuf-mapstruct-spi/
implementation 'com.github.krraghavan:protobuf-mapstruct-spi:0.1.2'
// https://jarcasting.com/artifacts/com.github.krraghavan/protobuf-mapstruct-spi/
implementation ("com.github.krraghavan:protobuf-mapstruct-spi:0.1.2")
'com.github.krraghavan:protobuf-mapstruct-spi:pom:0.1.2'
<dependency org="com.github.krraghavan" name="protobuf-mapstruct-spi" rev="0.1.2">
<artifact name="protobuf-mapstruct-spi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.krraghavan', module='protobuf-mapstruct-spi', version='0.1.2')
)
libraryDependencies += "com.github.krraghavan" % "protobuf-mapstruct-spi" % "0.1.2"
[com.github.krraghavan/protobuf-mapstruct-spi "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
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 |
---|---|---|
org.testng : testng | jar | 6.14.3 |