| License |
License |
|---|---|
| Categories |
CategoriesQuerydsl Data Databases |
| GroupId | GroupIdcom.querydsl |
| ArtifactId | ArtifactIdquerydsl-bom |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionQuerydsl - Bill of materials
Bill of materials
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| querydsl-bom-5.0.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.querydsl/querydsl-bom/ -->
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-bom</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.querydsl/querydsl-bom/
implementation 'com.querydsl:querydsl-bom:5.0.0'
// https://jarcasting.com/artifacts/com.querydsl/querydsl-bom/
implementation ("com.querydsl:querydsl-bom:5.0.0")
'com.querydsl:querydsl-bom:pom:5.0.0'
<dependency org="com.querydsl" name="querydsl-bom" rev="5.0.0">
<artifact name="querydsl-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.querydsl', module='querydsl-bom', version='5.0.0')
)
libraryDependencies += "com.querydsl" % "querydsl-bom" % "5.0.0"
[com.querydsl/querydsl-bom "5.0.0"]