| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.bookrain |
| ArtifactId | ArtifactIdwechat |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| wechat-0.0.1.pom | |
| wechat-0.0.1.jar | 43 KB |
| wechat-0.0.1-sources.jar | 28 KB |
| wechat-0.0.1-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.bookrain/wechat/ -->
<dependency>
<groupId>net.bookrain</groupId>
<artifactId>wechat</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bookrain/wechat/
implementation 'net.bookrain:wechat:0.0.1'
// https://jarcasting.com/artifacts/net.bookrain/wechat/
implementation ("net.bookrain:wechat:0.0.1")
'net.bookrain:wechat:jar:0.0.1'
<dependency org="net.bookrain" name="wechat" rev="0.0.1">
<artifact name="wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bookrain', module='wechat', version='0.0.1')
)
libraryDependencies += "net.bookrain" % "wechat" % "0.0.1"
[net.bookrain/wechat "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.bookrain : core | jar | 0.0.1 |
| org.projectlombok : lombok | jar | 1.18.2 |