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