GroupId | GroupIdcom.kingsoft.services.table |
---|---|
ArtifactId | ArtifactIdkts |
Version | Version0.9.10 |
Type | Typepom |
Filename | Size |
---|---|
kts-0.9.10.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.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kingsoft.services.table/kts/
implementation 'com.kingsoft.services.table:kts:0.9.10'
// https://jarcasting.com/artifacts/com.kingsoft.services.table/kts/
implementation ("com.kingsoft.services.table:kts:0.9.10")
'com.kingsoft.services.table:kts:pom:0.9.10'
<dependency org="com.kingsoft.services.table" name="kts" rev="0.9.10">
<artifact name="kts" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kingsoft.services.table', module='kts', version='0.9.10')
)
libraryDependencies += "com.kingsoft.services.table" % "kts" % "0.9.10"
[com.kingsoft.services.table/kts "0.9.10"]