| Categories | 
                CategoriesScala Languages JSON Data Jackson | 
        
|---|---|
| GroupId | GroupIdcom.github.czy1024 | 
    
| ArtifactId | ArtifactIdjson-jackson-scala | 
    
| Version | Version1.0.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.czy1024/json-jackson-scala/ -->
<dependency>
    <groupId>com.github.czy1024</groupId>
    <artifactId>json-jackson-scala</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.czy1024/json-jackson-scala/
implementation 'com.github.czy1024:json-jackson-scala:1.0.2-RELEASE'
                // https://jarcasting.com/artifacts/com.github.czy1024/json-jackson-scala/
implementation ("com.github.czy1024:json-jackson-scala:1.0.2-RELEASE")
                'com.github.czy1024:json-jackson-scala:jar:1.0.2-RELEASE'
                <dependency org="com.github.czy1024" name="json-jackson-scala" rev="1.0.2-RELEASE">
  <artifact name="json-jackson-scala" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.czy1024', module='json-jackson-scala', version='1.0.2-RELEASE')
)
                libraryDependencies += "com.github.czy1024" % "json-jackson-scala" % "1.0.2-RELEASE"
                [com.github.czy1024/json-jackson-scala "1.0.2-RELEASE"]