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