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