Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping Protobuf Data Data Structures |
---|---|
GroupId | GroupIdno.entur.mapstruct.spi |
ArtifactId | ArtifactIdprotobuf-support-standard |
Version | Version1.26 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-support-standard/ -->
<dependency>
<groupId>no.entur.mapstruct.spi</groupId>
<artifactId>protobuf-support-standard</artifactId>
<version>1.26</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-support-standard/
implementation 'no.entur.mapstruct.spi:protobuf-support-standard:1.26'
// https://jarcasting.com/artifacts/no.entur.mapstruct.spi/protobuf-support-standard/
implementation ("no.entur.mapstruct.spi:protobuf-support-standard:1.26")
'no.entur.mapstruct.spi:protobuf-support-standard:jar:1.26'
<dependency org="no.entur.mapstruct.spi" name="protobuf-support-standard" rev="1.26">
<artifact name="protobuf-support-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur.mapstruct.spi', module='protobuf-support-standard', version='1.26')
)
libraryDependencies += "no.entur.mapstruct.spi" % "protobuf-support-standard" % "1.26"
[no.entur.mapstruct.spi/protobuf-support-standard "1.26"]