Categories |
CategoriesData Jackson JSON |
---|---|
GroupId | GroupIdcom.devskiller.friendly-id |
ArtifactId | ArtifactIdfriendly-id-jackson-datatype |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.devskiller.friendly-id/friendly-id-jackson-datatype/ -->
<dependency>
<groupId>com.devskiller.friendly-id</groupId>
<artifactId>friendly-id-jackson-datatype</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.devskiller.friendly-id/friendly-id-jackson-datatype/
implementation 'com.devskiller.friendly-id:friendly-id-jackson-datatype:1.0.2'
// https://jarcasting.com/artifacts/com.devskiller.friendly-id/friendly-id-jackson-datatype/
implementation ("com.devskiller.friendly-id:friendly-id-jackson-datatype:1.0.2")
'com.devskiller.friendly-id:friendly-id-jackson-datatype:jar:1.0.2'
<dependency org="com.devskiller.friendly-id" name="friendly-id-jackson-datatype" rev="1.0.2">
<artifact name="friendly-id-jackson-datatype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devskiller.friendly-id', module='friendly-id-jackson-datatype', version='1.0.2')
)
libraryDependencies += "com.devskiller.friendly-id" % "friendly-id-jackson-datatype" % "1.0.2"
[com.devskiller.friendly-id/friendly-id-jackson-datatype "1.0.2"]