License |
License |
---|---|
Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping Protobuf Data Data Structures |
GroupId | GroupIdno.entur.mapstruct.spi |
ArtifactId | ArtifactIdprotobuf-usage |
Last Version | Last Version1.27 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProtobuf support for mapstruct
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
protobuf-usage-1.27.pom | |
protobuf-usage-1.27.jar | 87 KB |
protobuf-usage-1.27-sources.jar | 38 KB |
protobuf-usage-1.27-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-usage/ -->
<dependency>
<groupId>no.entur.mapstruct.spi</groupId>
<artifactId>protobuf-usage</artifactId>
<version>1.27</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-usage/
implementation 'no.entur.mapstruct.spi:protobuf-usage:1.27'
// https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-usage/
implementation ("no.entur.mapstruct.spi:protobuf-usage:1.27")
'no.entur.mapstruct.spi:protobuf-usage:jar:1.27'
<dependency org="no.entur.mapstruct.spi" name="protobuf-usage" rev="1.27">
<artifact name="protobuf-usage" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur.mapstruct.spi', module='protobuf-usage', version='1.27')
)
libraryDependencies += "no.entur.mapstruct.spi" % "protobuf-usage" % "1.27"
[no.entur.mapstruct.spi/protobuf-usage "1.27"]
Group / Artifact | Type | Version |
---|---|---|
org.mapstruct : mapstruct | jar | 1.5.2.Final |
com.google.protobuf : protobuf-java | jar | 3.21.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |