License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.pactstart |
ArtifactId | ArtifactIdjpush-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjpush-spring-boot-starter
极光推送通过spring-boot-starter方式的封装,用于给移动端App推送通知。
|
<!-- https://jarcasting.com/artifacts/io.github.pactstart/jpush-spring-boot-starter/ -->
<dependency>
<groupId>io.github.pactstart</groupId>
<artifactId>jpush-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pactstart/jpush-spring-boot-starter/
implementation 'io.github.pactstart:jpush-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.github.pactstart/jpush-spring-boot-starter/
implementation ("io.github.pactstart:jpush-spring-boot-starter:1.0.0")
'io.github.pactstart:jpush-spring-boot-starter:jar:1.0.0'
<dependency org="io.github.pactstart" name="jpush-spring-boot-starter" rev="1.0.0">
<artifact name="jpush-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pactstart', module='jpush-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.github.pactstart" % "jpush-spring-boot-starter" % "1.0.0"
[io.github.pactstart/jpush-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.jpush.api : jpush-client | jar | 3.3.2 |
com.google.code.gson : gson | jar | 2.3 |
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.12 |