MVN

org.seasar.doma.boot : doma-spring-boot-sample-entity-listener

Maven & Gradle

Nov 24, 2022
86 stars

doma-spring-boot-sample-entity-listener · Demo project for Spring Boot

<dependency>
    <groupId>org.seasar.doma.boot</groupId>
    <artifactId>doma-spring-boot-sample-entity-listener</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seasar.doma.boot : doma-spring-boot-sample-entity-listener to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of org.seasar.doma.boot : doma-spring-boot-sample-entity-listener to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
doma-spring-boot-sample-entity-listener-1.7.0
1.6.x
doma-spring-boot-sample-entity-listener-1.6.0
1.5.x
doma-spring-boot-sample-entity-listener-1.5.0
1.4.x
doma-spring-boot-sample-entity-listener-1.4.0
1.3.x
doma-spring-boot-sample-entity-listener-1.3.0
1.2.x
doma-spring-boot-sample-entity-listener-1.2.1
doma-spring-boot-sample-entity-listener-1.2.0
1.1.x
doma-spring-boot-sample-entity-listener-1.1.1
doma-spring-boot-sample-entity-listener-1.1.0

How to add a dependency to Maven

Add the following org.seasar.doma.boot : doma-spring-boot-sample-entity-listener maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seasar.doma.boot</groupId>
    <artifactId>doma-spring-boot-sample-entity-listener</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seasar.doma.boot : doma-spring-boot-sample-entity-listener gradle dependency to your build.gradle file:

implementation 'org.seasar.doma.boot:doma-spring-boot-sample-entity-listener:1.7.0'

Gradle Kotlin DSL: Add the following org.seasar.doma.boot : doma-spring-boot-sample-entity-listener gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seasar.doma.boot:doma-spring-boot-sample-entity-listener:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seasar.doma.boot : doma-spring-boot-sample-entity-listener sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seasar.doma.boot" % "doma-spring-boot-sample-entity-listener" % "1.7.0"

Advertisement