Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.github.kittinunf.fuel |
ArtifactId | ArtifactIdfuel-jackson |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
fuel-jackson-2.3.0.pom | |
fuel-jackson-2.3.0.jar | 44 KB |
fuel-jackson-2.3.0-sources.jar | 1 KB |
fuel-jackson-2.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-jackson/
implementation 'com.github.kittinunf.fuel:fuel-jackson:2.3.0'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-jackson/
implementation ("com.github.kittinunf.fuel:fuel-jackson:2.3.0")
'com.github.kittinunf.fuel:fuel-jackson:jar:2.3.0'
<dependency org="com.github.kittinunf.fuel" name="fuel-jackson" rev="2.3.0">
<artifact name="fuel-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuel', module='fuel-jackson', version='2.3.0')
)
libraryDependencies += "com.github.kittinunf.fuel" % "fuel-jackson" % "2.3.0"
[com.github.kittinunf.fuel/fuel-jackson "2.3.0"]