GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdhandler-governance |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
handler-governance-2.1.5.pom | |
handler-governance-2.1.5.jar | 24 KB |
handler-governance-2.1.5-sources.jar | 18 KB |
handler-governance-2.1.5-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/handler-governance/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>handler-governance</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/handler-governance/
implementation 'org.apache.servicecomb:handler-governance:2.1.5'
// https://jarcasting.com/artifacts/org.apache.servicecomb/handler-governance/
implementation ("org.apache.servicecomb:handler-governance:2.1.5")
'org.apache.servicecomb:handler-governance:jar:2.1.5'
<dependency org="org.apache.servicecomb" name="handler-governance" rev="2.1.5">
<artifact name="handler-governance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='handler-governance', version='2.1.5')
)
libraryDependencies += "org.apache.servicecomb" % "handler-governance" % "2.1.5"
[org.apache.servicecomb/handler-governance "2.1.5"]