| Categories |
CategoriesJackson Data JSON |
|---|---|
| GroupId | GroupIdcom.github.microtweak |
| ArtifactId | ArtifactIdjbx4j-jackson |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbx4j-jackson-1.1.0.pom | |
| jbx4j-jackson-1.1.0.jar | 13 KB |
| jbx4j-jackson-1.1.0-sources.jar | 7 KB |
| jbx4j-jackson-1.1.0-javadoc.jar | 413 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-jackson/ -->
<dependency>
<groupId>com.github.microtweak</groupId>
<artifactId>jbx4j-jackson</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-jackson/
implementation 'com.github.microtweak:jbx4j-jackson:1.1.0'
// https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-jackson/
implementation ("com.github.microtweak:jbx4j-jackson:1.1.0")
'com.github.microtweak:jbx4j-jackson:jar:1.1.0'
<dependency org="com.github.microtweak" name="jbx4j-jackson" rev="1.1.0">
<artifact name="jbx4j-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microtweak', module='jbx4j-jackson', version='1.1.0')
)
libraryDependencies += "com.github.microtweak" % "jbx4j-jackson" % "1.1.0"
[com.github.microtweak/jbx4j-jackson "1.1.0"]