Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIddashboard-client |
Version | Version2.7.4.1 |
Type | Typejar |
Filename | Size |
---|---|
dashboard-client-2.7.4.1.pom | |
dashboard-client-2.7.4.1.jar | 14 KB |
dashboard-client-2.7.4.1-sources.jar | 14 KB |
dashboard-client-2.7.4.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/dashboard-client/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>dashboard-client</artifactId>
<version>2.7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/dashboard-client/
implementation 'org.apache.servicecomb:dashboard-client:2.7.4.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/dashboard-client/
implementation ("org.apache.servicecomb:dashboard-client:2.7.4.1")
'org.apache.servicecomb:dashboard-client:jar:2.7.4.1'
<dependency org="org.apache.servicecomb" name="dashboard-client" rev="2.7.4.1">
<artifact name="dashboard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='dashboard-client', version='2.7.4.1')
)
libraryDependencies += "org.apache.servicecomb" % "dashboard-client" % "2.7.4.1"
[org.apache.servicecomb/dashboard-client "2.7.4.1"]