GroupId | GroupIdcom.gitee.hpiot |
---|---|
ArtifactId | ArtifactIdhpiot-message |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
hpiot-message-0.0.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.hpiot/hpiot-message/ -->
<dependency>
<groupId>com.gitee.hpiot</groupId>
<artifactId>hpiot-message</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hpiot/hpiot-message/
implementation 'com.gitee.hpiot:hpiot-message:0.0.3'
// https://jarcasting.com/artifacts/com.gitee.hpiot/hpiot-message/
implementation ("com.gitee.hpiot:hpiot-message:0.0.3")
'com.gitee.hpiot:hpiot-message:pom:0.0.3'
<dependency org="com.gitee.hpiot" name="hpiot-message" rev="0.0.3">
<artifact name="hpiot-message" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hpiot', module='hpiot-message', version='0.0.3')
)
libraryDependencies += "com.gitee.hpiot" % "hpiot-message" % "0.0.3"
[com.gitee.hpiot/hpiot-message "0.0.3"]