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