f

friendly-id-jackson-datatype

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