MVN

com.deptagency : spring-sql-explain-logger

Maven & Gradle

Oct 12, 2022
3 stars

spring-sql-explain-logger · SQL explain plan metrics

<dependency>
    <groupId>com.deptagency</groupId>
    <artifactId>spring-sql-explain-logger</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deptagency : spring-sql-explain-logger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.deptagency : spring-sql-explain-logger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-sql-explain-logger-0.0.3

How to add a dependency to Maven

Add the following com.deptagency : spring-sql-explain-logger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.deptagency</groupId>
    <artifactId>spring-sql-explain-logger</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.deptagency : spring-sql-explain-logger gradle dependency to your build.gradle file:

implementation 'com.deptagency:spring-sql-explain-logger:0.0.3'

Gradle Kotlin DSL: Add the following com.deptagency : spring-sql-explain-logger gradle kotlin dependency to your build.gradle.kts file:

implementation("com.deptagency:spring-sql-explain-logger:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.deptagency : spring-sql-explain-logger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.deptagency" % "spring-sql-explain-logger" % "0.0.3"