Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.github.kittinunf.fuel |
ArtifactId | ArtifactIdfuel-jackson |
Version | Version2.2.3 |
Type | Typejar |
Filename | Size |
---|---|
fuel-jackson-2.2.3.pom | |
fuel-jackson-2.2.3.jar | 44 KB |
fuel-jackson-2.2.3-sources.jar | 1 KB |
fuel-jackson-2.2.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-jackson/ -->
<dependency>
<groupId>com.github.kittinunf.fuel</groupId>
<artifactId>fuel-jackson</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-jackson/
implementation 'com.github.kittinunf.fuel:fuel-jackson:2.2.3'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-jackson/
implementation ("com.github.kittinunf.fuel:fuel-jackson:2.2.3")
'com.github.kittinunf.fuel:fuel-jackson:jar:2.2.3'
<dependency org="com.github.kittinunf.fuel" name="fuel-jackson" rev="2.2.3">
<artifact name="fuel-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuel', module='fuel-jackson', version='2.2.3')
)
libraryDependencies += "com.github.kittinunf.fuel" % "fuel-jackson" % "2.2.3"
[com.github.kittinunf.fuel/fuel-jackson "2.2.3"]