| GroupId | GroupIdza.co.absa.spline |
|---|---|
| ArtifactId | ArtifactIdproducer-model-mapper |
| Version | Version0.7.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/za.co.absa.spline/producer-model-mapper/ -->
<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model-mapper</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/za.co.absa.spline/producer-model-mapper/
implementation 'za.co.absa.spline:producer-model-mapper:0.7.2'
// https://jarcasting.com/artifacts/za.co.absa.spline/producer-model-mapper/
implementation ("za.co.absa.spline:producer-model-mapper:0.7.2")
'za.co.absa.spline:producer-model-mapper:jar:0.7.2'
<dependency org="za.co.absa.spline" name="producer-model-mapper" rev="0.7.2">
<artifact name="producer-model-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='za.co.absa.spline', module='producer-model-mapper', version='0.7.2')
)
libraryDependencies += "za.co.absa.spline" % "producer-model-mapper" % "0.7.2"
[za.co.absa.spline/producer-model-mapper "0.7.2"]