f

friendly-id-spring-boot

Files download
File Operation
friendly-id-spring-boot-0.9.2.jar download
friendly-id-spring-boot-0.9.2.pom download
friendly-id-spring-boot-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.devskiller.friendly-id</groupId>
  <artifactId>friendly-id-spring-boot</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.devskiller.friendly-id:friendly-id-spring-boot:0.9.2'
Gradle Kotlin
implementation("com.devskiller.friendly-id:friendly-id-spring-boot:0.9.2")
Scala SBT
libraryDependencies += "com.devskiller.friendly-id" % "friendly-id-spring-boot" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.devskiller.friendly-id', module='friendly-id-spring-boot', version='0.9.2')
)
Apache Ivy
<dependency org="com.devskiller.friendly-id" name="friendly-id-spring-boot" rev="0.9.2" />
Leiningen
[com.devskiller.friendly-id/friendly-id-spring-boot "0.9.2"]
Apache Buildr
'com.devskiller.friendly-id:friendly-id-spring-boot:jar:0.9.2'