f

friendly-id-jackson-datatype

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