License |
License |
---|---|
Categories |
CategoriesQuerydsl Data Databases |
GroupId | GroupIdcom.github.chriweis.querydsl-util |
ArtifactId | ArtifactIdsampledb |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuerydslUtil
Utilities to work with the querydsl metamodel
|
Project URL |
Project URL |
Filename | Size |
---|---|
sampledb-0.0.2.pom | |
sampledb-0.0.2.jar | 16 KB |
sampledb-0.0.2-sources.jar | 10 KB |
sampledb-0.0.2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chriweis.querydsl-util/sampledb/ -->
<dependency>
<groupId>com.github.chriweis.querydsl-util</groupId>
<artifactId>sampledb</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chriweis.querydsl-util/sampledb/
implementation 'com.github.chriweis.querydsl-util:sampledb:0.0.2'
// https://jarcasting.com/artifacts/com.github.chriweis.querydsl-util/sampledb/
implementation ("com.github.chriweis.querydsl-util:sampledb:0.0.2")
'com.github.chriweis.querydsl-util:sampledb:jar:0.0.2'
<dependency org="com.github.chriweis.querydsl-util" name="sampledb" rev="0.0.2">
<artifact name="sampledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chriweis.querydsl-util', module='sampledb', version='0.0.2')
)
libraryDependencies += "com.github.chriweis.querydsl-util" % "sampledb" % "0.0.2"
[com.github.chriweis.querydsl-util/sampledb "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
com.h2database : h2 | jar | 1.4.197 |
com.querydsl : querydsl-sql | jar | 4.2.1 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.hibernate : hibernate-core | jar | 5.3.7.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.1 |
org.mockito : mockito-core | jar | 2.23.0 |
org.flywaydb : flyway-core | jar | 5.2.1 |