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