| License |
License |
|---|---|
| GroupId | GroupIdcom.alipay.sofa.common |
| ArtifactId | ArtifactIdtest |
| Version | Version1.1.2 |
| Type | Typejar |
| Description |
DescriptionA library that provide some utility functions to other SOFA libraries
|
| Filename | Size |
|---|---|
| test-1.1.2.pom | |
| test-1.1.2.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa.common/test/ -->
<dependency>
<groupId>com.alipay.sofa.common</groupId>
<artifactId>test</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa.common/test/
implementation 'com.alipay.sofa.common:test:1.1.2'
// https://jarcasting.com/artifacts/com.alipay.sofa.common/test/
implementation ("com.alipay.sofa.common:test:1.1.2")
'com.alipay.sofa.common:test:jar:1.1.2'
<dependency org="com.alipay.sofa.common" name="test" rev="1.1.2">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa.common', module='test', version='1.1.2')
)
libraryDependencies += "com.alipay.sofa.common" % "test" % "1.1.2"
[com.alipay.sofa.common/test "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alipay.sofa.common : sofa-common-tools | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| ch.qos.logback : logback-core | jar | 1.1.7 |
| junit : junit | jar | 4.11 |
| org.springframework : spring-context | jar | 4.3.4.RELEASE |