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