GroupId | GroupIdcom.gitee.hpiot |
---|---|
ArtifactId | ArtifactIdmesssage-example |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
messsage-example-0.0.5.pom | |
messsage-example-0.0.5.jar | 20 MB |
messsage-example-0.0.5-sources.jar | 2 KB |
messsage-example-0.0.5-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.hpiot/messsage-example/ -->
<dependency>
<groupId>com.gitee.hpiot</groupId>
<artifactId>messsage-example</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hpiot/messsage-example/
implementation 'com.gitee.hpiot:messsage-example:0.0.5'
// https://jarcasting.com/artifacts/com.gitee.hpiot/messsage-example/
implementation ("com.gitee.hpiot:messsage-example:0.0.5")
'com.gitee.hpiot:messsage-example:jar:0.0.5'
<dependency org="com.gitee.hpiot" name="messsage-example" rev="0.0.5">
<artifact name="messsage-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hpiot', module='messsage-example', version='0.0.5')
)
libraryDependencies += "com.gitee.hpiot" % "messsage-example" % "0.0.5"
[com.gitee.hpiot/messsage-example "0.0.5"]