| License | 
                License | 
        
|---|---|
| GroupId | GroupIdme.xethh.libs.toolkits | 
    
| ArtifactId | ArtifactIdcommon | 
    
| Version | Version1.4.2-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncommon 
            Library of common used tools - major focus on common tools 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| common-1.4.2-RELEASE.pom | |
| common-1.4.2-RELEASE.jar | 13 KB | 
| common-1.4.2-RELEASE-sources.jar | 8 KB | 
| common-1.4.2-RELEASE-javadoc.jar | 84 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/ -->
<dependency>
    <groupId>me.xethh.libs.toolkits</groupId>
    <artifactId>common</artifactId>
    <version>1.4.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/
implementation 'me.xethh.libs.toolkits:common:1.4.2-RELEASE'
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/
implementation ("me.xethh.libs.toolkits:common:1.4.2-RELEASE")
                'me.xethh.libs.toolkits:common:jar:1.4.2-RELEASE'
                <dependency org="me.xethh.libs.toolkits" name="common" rev="1.4.2-RELEASE">
  <artifact name="common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='me.xethh.libs.toolkits', module='common', version='1.4.2-RELEASE')
)
                libraryDependencies += "me.xethh.libs.toolkits" % "common" % "1.4.2-RELEASE"
                [me.xethh.libs.toolkits/common "1.4.2-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.apache.commons : commons-lang3 | jar | 3.8.1 | 
| me.xethh.utils : DateUtils | jar | 6.0.0.RC1-RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |