| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.cherokeesoft | 
    
| ArtifactId | ArtifactIdcommon | 
    
| Last Version | Last Version1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCherokee DB Common 
            Cherokee DB Common 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| common-1.3.pom | |
| common-1.3.jar | 8 KB | 
| common-1.3-sources.jar | 3 KB | 
| common-1.3-javadoc.jar | 62 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cherokeesoft/common/ -->
<dependency>
    <groupId>com.cherokeesoft</groupId>
    <artifactId>common</artifactId>
    <version>1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.cherokeesoft/common/
implementation 'com.cherokeesoft:common:1.3'
                // https://jarcasting.com/artifacts/com.cherokeesoft/common/
implementation ("com.cherokeesoft:common:1.3")
                'com.cherokeesoft:common:jar:1.3'
                <dependency org="com.cherokeesoft" name="common" rev="1.3">
  <artifact name="common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.cherokeesoft', module='common', version='1.3')
)
                libraryDependencies += "com.cherokeesoft" % "common" % "1.3"
                [com.cherokeesoft/common "1.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.22 | 
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0.pr3 |