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