| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSerialization Data Data Formats | 
        
| GroupId | GroupIdch.exense.commons | 
    
| ArtifactId | ArtifactIdexense-core-serialization | 
    
| Last Version | Last Version1.3.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionExense commons 
         | 
    
<!-- https://jarcasting.com/artifacts/ch.exense.commons/exense-core-serialization/ -->
<dependency>
    <groupId>ch.exense.commons</groupId>
    <artifactId>exense-core-serialization</artifactId>
    <version>1.3.5</version>
</dependency>
                // https://jarcasting.com/artifacts/ch.exense.commons/exense-core-serialization/
implementation 'ch.exense.commons:exense-core-serialization:1.3.5'
                // https://jarcasting.com/artifacts/ch.exense.commons/exense-core-serialization/
implementation ("ch.exense.commons:exense-core-serialization:1.3.5")
                'ch.exense.commons:exense-core-serialization:jar:1.3.5'
                <dependency org="ch.exense.commons" name="exense-core-serialization" rev="1.3.5">
  <artifact name="exense-core-serialization" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ch.exense.commons', module='exense-core-serialization', version='1.3.5')
)
                libraryDependencies += "ch.exense.commons" % "exense-core-serialization" % "1.3.5"
                [ch.exense.commons/exense-core-serialization "1.3.5"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 | 
| com.fasterxml.jackson.datatype : jackson-datatype-jsr353 | jar | 2.10.0 | 
| com.fasterxml.jackson.datatype : jackson-datatype-json-org | jar | 2.10.0 | 
| org.mongodb : mongo-java-driver | jar | 3.12.0 | 
| org.slf4j : slf4j-api | jar | 1.7.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |