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