GroupId | GroupIdcom.kingsoft.services.table |
---|---|
ArtifactId | ArtifactIdkts |
Version | Version0.9.3 |
Type | Typepom |
Filename | Size |
---|---|
kts-0.9.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kingsoft.services.table/kts/ -->
<dependency>
<groupId>com.kingsoft.services.table</groupId>
<artifactId>kts</artifactId>
<version>0.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kingsoft.services.table/kts/
implementation 'com.kingsoft.services.table:kts:0.9.3'
// https://jarcasting.com/artifacts/com.kingsoft.services.table/kts/
implementation ("com.kingsoft.services.table:kts:0.9.3")
'com.kingsoft.services.table:kts:pom:0.9.3'
<dependency org="com.kingsoft.services.table" name="kts" rev="0.9.3">
<artifact name="kts" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kingsoft.services.table', module='kts', version='0.9.3')
)
libraryDependencies += "com.kingsoft.services.table" % "kts" % "0.9.3"
[com.kingsoft.services.table/kts "0.9.3"]