f

friendly-id-jackson-datatype

文件下载
文件名 操作
friendly-id-jackson-datatype-0.9.2.jar 下载
friendly-id-jackson-datatype-0.9.2.pom 下载
friendly-id-jackson-datatype-0.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.devskiller.friendly-id</groupId>
  <artifactId>friendly-id-jackson-datatype</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.devskiller.friendly-id:friendly-id-jackson-datatype:0.9.2'
Gradle Kotlin
implementation("com.devskiller.friendly-id:friendly-id-jackson-datatype:0.9.2")
Scala SBT
libraryDependencies += "com.devskiller.friendly-id" % "friendly-id-jackson-datatype" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.devskiller.friendly-id', module='friendly-id-jackson-datatype', version='0.9.2')
)
Apache Ivy
<dependency org="com.devskiller.friendly-id" name="friendly-id-jackson-datatype" rev="0.9.2" />
Leiningen
[com.devskiller.friendly-id/friendly-id-jackson-datatype "0.9.2"]
Apache Buildr
'com.devskiller.friendly-id:friendly-id-jackson-datatype:jar:0.9.2'