GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdhandlers |
Version | Version1.0.0-m2 |
Type | Typepom |
Filename | Size |
---|---|
handlers-1.0.0-m2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/handlers/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>handlers</artifactId>
<version>1.0.0-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/handlers/
implementation 'org.apache.servicecomb:handlers:1.0.0-m2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/handlers/
implementation ("org.apache.servicecomb:handlers:1.0.0-m2")
'org.apache.servicecomb:handlers:pom:1.0.0-m2'
<dependency org="org.apache.servicecomb" name="handlers" rev="1.0.0-m2">
<artifact name="handlers" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='handlers', version='1.0.0-m2')
)
libraryDependencies += "org.apache.servicecomb" % "handlers" % "1.0.0-m2"
[org.apache.servicecomb/handlers "1.0.0-m2"]