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