Categories |
CategoriesQuerydsl Data Databases |
---|---|
GroupId | GroupIdcom.github.vineey |
ArtifactId | ArtifactIdrsql-querydsl-spring |
Version | Version1.0.0.M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vineey/rsql-querydsl-spring/ -->
<dependency>
<groupId>com.github.vineey</groupId>
<artifactId>rsql-querydsl-spring</artifactId>
<version>1.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vineey/rsql-querydsl-spring/
implementation 'com.github.vineey:rsql-querydsl-spring:1.0.0.M2'
// https://jarcasting.com/artifacts/com.github.vineey/rsql-querydsl-spring/
implementation ("com.github.vineey:rsql-querydsl-spring:1.0.0.M2")
'com.github.vineey:rsql-querydsl-spring:jar:1.0.0.M2'
<dependency org="com.github.vineey" name="rsql-querydsl-spring" rev="1.0.0.M2">
<artifact name="rsql-querydsl-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vineey', module='rsql-querydsl-spring', version='1.0.0.M2')
)
libraryDependencies += "com.github.vineey" % "rsql-querydsl-spring" % "1.0.0.M2"
[com.github.vineey/rsql-querydsl-spring "1.0.0.M2"]