Categories |
CategoriesData |
---|---|
GroupId | GroupIdcn.thinkingdata.ta |
ArtifactId | ArtifactIdintegration-common-api |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.thinkingdata.ta/integration-common-api/ -->
<dependency>
<groupId>cn.thinkingdata.ta</groupId>
<artifactId>integration-common-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.thinkingdata.ta/integration-common-api/
implementation 'cn.thinkingdata.ta:integration-common-api:1.0.1'
// https://jarcasting.com/artifacts/cn.thinkingdata.ta/integration-common-api/
implementation ("cn.thinkingdata.ta:integration-common-api:1.0.1")
'cn.thinkingdata.ta:integration-common-api:jar:1.0.1'
<dependency org="cn.thinkingdata.ta" name="integration-common-api" rev="1.0.1">
<artifact name="integration-common-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.thinkingdata.ta', module='integration-common-api', version='1.0.1')
)
libraryDependencies += "cn.thinkingdata.ta" % "integration-common-api" % "1.0.1"
[cn.thinkingdata.ta/integration-common-api "1.0.1"]