GroupId | GroupIdio.servicecomb |
---|---|
ArtifactId | ArtifactIdfoundations |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
foundations-0.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.servicecomb/foundations/ -->
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>foundations</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.servicecomb/foundations/
implementation 'io.servicecomb:foundations:0.4.0'
// https://jarcasting.com/artifacts/io.servicecomb/foundations/
implementation ("io.servicecomb:foundations:0.4.0")
'io.servicecomb:foundations:pom:0.4.0'
<dependency org="io.servicecomb" name="foundations" rev="0.4.0">
<artifact name="foundations" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.servicecomb', module='foundations', version='0.4.0')
)
libraryDependencies += "io.servicecomb" % "foundations" % "0.4.0"
[io.servicecomb/foundations "0.4.0"]