GroupId | GroupIdio.servicecomb |
---|---|
ArtifactId | ArtifactIdfoundation-test-scaffolding |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.servicecomb/foundation-test-scaffolding/ -->
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>foundation-test-scaffolding</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.servicecomb/foundation-test-scaffolding/
implementation 'io.servicecomb:foundation-test-scaffolding:0.4.0'
// https://jarcasting.com/artifacts/io.servicecomb/foundation-test-scaffolding/
implementation ("io.servicecomb:foundation-test-scaffolding:0.4.0")
'io.servicecomb:foundation-test-scaffolding:jar:0.4.0'
<dependency org="io.servicecomb" name="foundation-test-scaffolding" rev="0.4.0">
<artifact name="foundation-test-scaffolding" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.servicecomb', module='foundation-test-scaffolding', version='0.4.0')
)
libraryDependencies += "io.servicecomb" % "foundation-test-scaffolding" % "0.4.0"
[io.servicecomb/foundation-test-scaffolding "0.4.0"]