| Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping Protobuf Data Data Structures |
|---|---|
| GroupId | GroupIdno.entur.mapstruct.spi |
| ArtifactId | ArtifactIdprotobuf-spi-impl |
| Version | Version1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protobuf-spi-impl-1.7.pom | |
| protobuf-spi-impl-1.7.jar | 11 KB |
| protobuf-spi-impl-1.7-sources.jar | 8 KB |
| protobuf-spi-impl-1.7-javadoc.jar | 402 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-spi-impl/ -->
<dependency>
<groupId>no.entur.mapstruct.spi</groupId>
<artifactId>protobuf-spi-impl</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-spi-impl/
implementation 'no.entur.mapstruct.spi:protobuf-spi-impl:1.7'
// https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-spi-impl/
implementation ("no.entur.mapstruct.spi:protobuf-spi-impl:1.7")
'no.entur.mapstruct.spi:protobuf-spi-impl:jar:1.7'
<dependency org="no.entur.mapstruct.spi" name="protobuf-spi-impl" rev="1.7">
<artifact name="protobuf-spi-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur.mapstruct.spi', module='protobuf-spi-impl', version='1.7')
)
libraryDependencies += "no.entur.mapstruct.spi" % "protobuf-spi-impl" % "1.7"
[no.entur.mapstruct.spi/protobuf-spi-impl "1.7"]