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