License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Doma Data ORM |
GroupId | GroupIdorg.seasar.doma.boot |
ArtifactId | ArtifactIddoma-spring-boot |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondoma-spring-boot
Spring Boot Support for Doma
|
Project URL |
Project URL |
Filename | Size |
---|---|
doma-spring-boot-1.6.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seasar.doma.boot/doma-spring-boot/ -->
<dependency>
<groupId>org.seasar.doma.boot</groupId>
<artifactId>doma-spring-boot</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seasar.doma.boot/doma-spring-boot/
implementation 'org.seasar.doma.boot:doma-spring-boot:1.6.0'
// https://jarcasting.com/artifacts/org.seasar.doma.boot/doma-spring-boot/
implementation ("org.seasar.doma.boot:doma-spring-boot:1.6.0")
'org.seasar.doma.boot:doma-spring-boot:pom:1.6.0'
<dependency org="org.seasar.doma.boot" name="doma-spring-boot" rev="1.6.0">
<artifact name="doma-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seasar.doma.boot', module='doma-spring-boot', version='1.6.0')
)
libraryDependencies += "org.seasar.doma.boot" % "doma-spring-boot" % "1.6.0"
[org.seasar.doma.boot/doma-spring-boot "1.6.0"]