| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.yannbriancon |
| ArtifactId | ArtifactIdspring-hibernate-query-count |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionspring-hibernate-query-count
Library to count the queries generated with Spring and Hibernate
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-count/ -->
<dependency>
<groupId>com.yannbriancon</groupId>
<artifactId>spring-hibernate-query-count</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-count/
implementation 'com.yannbriancon:spring-hibernate-query-count:1.0.0'
// https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-count/
implementation ("com.yannbriancon:spring-hibernate-query-count:1.0.0")
'com.yannbriancon:spring-hibernate-query-count:jar:1.0.0'
<dependency org="com.yannbriancon" name="spring-hibernate-query-count" rev="1.0.0">
<artifact name="spring-hibernate-query-count" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yannbriancon', module='spring-hibernate-query-count', version='1.0.0')
)
libraryDependencies += "com.yannbriancon" % "spring-hibernate-query-count" % "1.0.0"
[com.yannbriancon/spring-hibernate-query-count "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |
| com.h2database : h2 | jar | 1.4.200 |