GroupId | GroupIdio.github.weihubeats |
---|---|
ArtifactId | ArtifactIdwh-core |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
wh-core-1.0.7.pom | |
wh-core-1.0.7.jar | 9 KB |
wh-core-1.0.7-sources.jar | 5 KB |
wh-core-1.0.7-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.weihubeats/wh-core/ -->
<dependency>
<groupId>io.github.weihubeats</groupId>
<artifactId>wh-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.weihubeats/wh-core/
implementation 'io.github.weihubeats:wh-core:1.0.7'
// https://jarcasting.com/artifacts/io.github.weihubeats/wh-core/
implementation ("io.github.weihubeats:wh-core:1.0.7")
'io.github.weihubeats:wh-core:jar:1.0.7'
<dependency org="io.github.weihubeats" name="wh-core" rev="1.0.7">
<artifact name="wh-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.weihubeats', module='wh-core', version='1.0.7')
)
libraryDependencies += "io.github.weihubeats" % "wh-core" % "1.0.7"
[io.github.weihubeats/wh-core "1.0.7"]