GroupId | GroupIdcom.gitee.loyo |
---|---|
ArtifactId | ArtifactIdksql |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
ksql-0.9.3.pom | |
ksql-0.9.3.jar | 412 KB |
ksql-0.9.3-sources.jar | 43 KB |
ksql-0.9.3-javadoc.jar | 636 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.loyo/ksql/ -->
<dependency>
<groupId>com.gitee.loyo</groupId>
<artifactId>ksql</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.loyo/ksql/
implementation 'com.gitee.loyo:ksql:0.9.3'
// https://jarcasting.com/artifacts/com.gitee.loyo/ksql/
implementation ("com.gitee.loyo:ksql:0.9.3")
'com.gitee.loyo:ksql:jar:0.9.3'
<dependency org="com.gitee.loyo" name="ksql" rev="0.9.3">
<artifact name="ksql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.loyo', module='ksql', version='0.9.3')
)
libraryDependencies += "com.gitee.loyo" % "ksql" % "0.9.3"
[com.gitee.loyo/ksql "0.9.3"]