License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.ffch |
ArtifactId | ArtifactIdjpa-mapper-spring-boot |
Version | Version1.2.2 |
Type | Typepom |
Description |
Descriptionjpa-mapper-spring-boot
jpa code for mybatis
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpa-mapper-spring-boot-1.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot/ -->
<dependency>
<groupId>com.github.ffch</groupId>
<artifactId>jpa-mapper-spring-boot</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot/
implementation 'com.github.ffch:jpa-mapper-spring-boot:1.2.2'
// https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot/
implementation ("com.github.ffch:jpa-mapper-spring-boot:1.2.2")
'com.github.ffch:jpa-mapper-spring-boot:pom:1.2.2'
<dependency org="com.github.ffch" name="jpa-mapper-spring-boot" rev="1.2.2">
<artifact name="jpa-mapper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ffch', module='jpa-mapper-spring-boot', version='1.2.2')
)
libraryDependencies += "com.github.ffch" % "jpa-mapper-spring-boot" % "1.2.2"
[com.github.ffch/jpa-mapper-spring-boot "1.2.2"]