GroupId | GroupIdcom.tencent.tars |
---|---|
ArtifactId | ArtifactIdtars-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
tars-core-1.0.3.pom | |
tars-core-1.0.3.jar | 399 KB |
tars-core-1.0.3-sources.jar | 295 KB |
tars-core-1.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tars/tars-core/ -->
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tars/tars-core/
implementation 'com.tencent.tars:tars-core:1.0.3'
// https://jarcasting.com/artifacts/com.tencent.tars/tars-core/
implementation ("com.tencent.tars:tars-core:1.0.3")
'com.tencent.tars:tars-core:jar:1.0.3'
<dependency org="com.tencent.tars" name="tars-core" rev="1.0.3">
<artifact name="tars-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tars', module='tars-core', version='1.0.3')
)
libraryDependencies += "com.tencent.tars" % "tars-core" % "1.0.3"
[com.tencent.tars/tars-core "1.0.3"]