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