| Группа | Группаcom.tmsps |
|---|---|
| Идентификатор | Идентификаторne4weixin |
| Версия | Версия1.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ne4weixin-1.6.pom | |
| ne4weixin-1.6.jar | 154 KB |
| ne4weixin-1.6-sources.jar | 115 KB |
| ne4weixin-1.6-javadoc.jar | 794 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tmsps/ne4weixin/ -->
<dependency>
<groupId>com.tmsps</groupId>
<artifactId>ne4weixin</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.tmsps/ne4weixin/
implementation 'com.tmsps:ne4weixin:1.6'
// https://jarcasting.com/artifacts/com.tmsps/ne4weixin/
implementation ("com.tmsps:ne4weixin:1.6")
'com.tmsps:ne4weixin:jar:1.6'
<dependency org="com.tmsps" name="ne4weixin" rev="1.6">
<artifact name="ne4weixin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tmsps', module='ne4weixin', version='1.6')
)
libraryDependencies += "com.tmsps" % "ne4weixin" % "1.6"
[com.tmsps/ne4weixin "1.6"]