Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.devskiller.friendly-id |
ArtifactId | ArtifactIdfriendly-id-spring-boot-starter |
Version | Version0.9.0 |
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>0.9.0</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:0.9.0'
// https://jarcasting.com/artifacts/com.devskiller.friendly-id/friendly-id-spring-boot-starter/
implementation ("com.devskiller.friendly-id:friendly-id-spring-boot-starter:0.9.0")
'com.devskiller.friendly-id:friendly-id-spring-boot-starter:jar:0.9.0'
<dependency org="com.devskiller.friendly-id" name="friendly-id-spring-boot-starter" rev="0.9.0">
<artifact name="friendly-id-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devskiller.friendly-id', module='friendly-id-spring-boot-starter', version='0.9.0')
)
libraryDependencies += "com.devskiller.friendly-id" % "friendly-id-spring-boot-starter" % "0.9.0"
[com.devskiller.friendly-id/friendly-id-spring-boot-starter "0.9.0"]