Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.ffch |
ArtifactId | ArtifactIdjpa-mapper-spring-boot-autoconfigure |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.ffch</groupId>
<artifactId>jpa-mapper-spring-boot-autoconfigure</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot-autoconfigure/
implementation 'com.github.ffch:jpa-mapper-spring-boot-autoconfigure:1.2'
// https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot-autoconfigure/
implementation ("com.github.ffch:jpa-mapper-spring-boot-autoconfigure:1.2")
'com.github.ffch:jpa-mapper-spring-boot-autoconfigure:jar:1.2'
<dependency org="com.github.ffch" name="jpa-mapper-spring-boot-autoconfigure" rev="1.2">
<artifact name="jpa-mapper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffch', module='jpa-mapper-spring-boot-autoconfigure', version='1.2')
)
libraryDependencies += "com.github.ffch" % "jpa-mapper-spring-boot-autoconfigure" % "1.2"
[com.github.ffch/jpa-mapper-spring-boot-autoconfigure "1.2"]