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