GroupId | GroupIdio.github.wechaty |
---|---|
ArtifactId | ArtifactIdwechaty-parent |
Last Version | Last Version1.0.0-SNAPSOHOT |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
wechaty-parent-1.0.0-SNAPSOHOT.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wechaty/wechaty-parent/ -->
<dependency>
<groupId>io.github.wechaty</groupId>
<artifactId>wechaty-parent</artifactId>
<version>1.0.0-SNAPSOHOT</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wechaty/wechaty-parent/
implementation 'io.github.wechaty:wechaty-parent:1.0.0-SNAPSOHOT'
// https://jarcasting.com/artifacts/io.github.wechaty/wechaty-parent/
implementation ("io.github.wechaty:wechaty-parent:1.0.0-SNAPSOHOT")
'io.github.wechaty:wechaty-parent:pom:1.0.0-SNAPSOHOT'
<dependency org="io.github.wechaty" name="wechaty-parent" rev="1.0.0-SNAPSOHOT">
<artifact name="wechaty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wechaty', module='wechaty-parent', version='1.0.0-SNAPSOHOT')
)
libraryDependencies += "io.github.wechaty" % "wechaty-parent" % "1.0.0-SNAPSOHOT"
[io.github.wechaty/wechaty-parent "1.0.0-SNAPSOHOT"]