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