GroupId | GroupIdcom.gitee.loyo |
---|---|
ArtifactId | ArtifactIdksql |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
ksql-0.9.2.pom | |
ksql-0.9.2.jar | 412 KB |
ksql-0.9.2-sources.jar | 43 KB |
ksql-0.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.loyo/ksql/
implementation 'com.gitee.loyo:ksql:0.9.2'
// https://jarcasting.com/artifacts/com.gitee.loyo/ksql/
implementation ("com.gitee.loyo:ksql:0.9.2")
'com.gitee.loyo:ksql:jar:0.9.2'
<dependency org="com.gitee.loyo" name="ksql" rev="0.9.2">
<artifact name="ksql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.loyo', module='ksql', version='0.9.2')
)
libraryDependencies += "com.gitee.loyo" % "ksql" % "0.9.2"
[com.gitee.loyo/ksql "0.9.2"]