| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть |
| Группа | Группаnet.dreamlu |
| Идентификатор | Идентификаторspring-boot-starter-weixin |
| Версия | Версия1.4.0 |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-weixin
A spring boot starter for JFinal weixin.
|
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-weixin-1.4.0.pom | |
| spring-boot-starter-weixin-1.4.0.jar | 24 KB |
| spring-boot-starter-weixin-1.4.0-sources.jar | 15 KB |
| spring-boot-starter-weixin-1.4.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.dreamlu/spring-boot-starter-weixin/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>spring-boot-starter-weixin</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/spring-boot-starter-weixin/
implementation 'net.dreamlu:spring-boot-starter-weixin:1.4.0'
// https://jarcasting.com/artifacts/net.dreamlu/spring-boot-starter-weixin/
implementation ("net.dreamlu:spring-boot-starter-weixin:1.4.0")
'net.dreamlu:spring-boot-starter-weixin:jar:1.4.0'
<dependency org="net.dreamlu" name="spring-boot-starter-weixin" rev="1.4.0">
<artifact name="spring-boot-starter-weixin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='spring-boot-starter-weixin', version='1.4.0')
)
libraryDependencies += "net.dreamlu" % "spring-boot-starter-weixin" % "1.4.0"
[net.dreamlu/spring-boot-starter-weixin "1.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.jfinal : jfinal | jar | 4.8 |
| com.jfinal : jfinal-weixin | jar | 2.5 |
| com.squareup.okhttp3 : okhttp | jar | 3.14.2 |