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