Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.apifan.framework |
ArtifactId | ArtifactIdjpush-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.apifan.framework/jpush-spring-boot-starter/ -->
<dependency>
<groupId>com.apifan.framework</groupId>
<artifactId>jpush-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.apifan.framework/jpush-spring-boot-starter/
implementation 'com.apifan.framework:jpush-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.apifan.framework/jpush-spring-boot-starter/
implementation ("com.apifan.framework:jpush-spring-boot-starter:1.0.1")
'com.apifan.framework:jpush-spring-boot-starter:jar:1.0.1'
<dependency org="com.apifan.framework" name="jpush-spring-boot-starter" rev="1.0.1">
<artifact name="jpush-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apifan.framework', module='jpush-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.apifan.framework" % "jpush-spring-boot-starter" % "1.0.1"
[com.apifan.framework/jpush-spring-boot-starter "1.0.1"]