| GroupId | GroupIdcom.feiniaojin.grh |
|---|---|
| ArtifactId | ArtifactIdglobal-result-handler-def |
| Version | Version0.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.feiniaojin.grh/global-result-handler-def/ -->
<dependency>
<groupId>com.feiniaojin.grh</groupId>
<artifactId>global-result-handler-def</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.feiniaojin.grh/global-result-handler-def/
implementation 'com.feiniaojin.grh:global-result-handler-def:0.3'
// https://jarcasting.com/artifacts/com.feiniaojin.grh/global-result-handler-def/
implementation ("com.feiniaojin.grh:global-result-handler-def:0.3")
'com.feiniaojin.grh:global-result-handler-def:jar:0.3'
<dependency org="com.feiniaojin.grh" name="global-result-handler-def" rev="0.3">
<artifact name="global-result-handler-def" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feiniaojin.grh', module='global-result-handler-def', version='0.3')
)
libraryDependencies += "com.feiniaojin.grh" % "global-result-handler-def" % "0.3"
[com.feiniaojin.grh/global-result-handler-def "0.3"]