| License | 
                License | 
        
|---|---|
| GroupId | GroupIdname.remal | 
    
| ArtifactId | ArtifactIdcommon | 
    
| Last Version | Last Version0.24.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJava & Kotlin tools: common 
            Java & Kotlin tools: common 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| common-0.24.3.pom | |
| common-0.24.3.jar | 2 MB | 
| common-0.24.3-sources.jar | 123 KB | 
| common-0.24.3-javadoc.jar | 301 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/name.remal/common/ -->
<dependency>
    <groupId>name.remal</groupId>
    <artifactId>common</artifactId>
    <version>0.24.3</version>
</dependency>
                // https://jarcasting.com/artifacts/name.remal/common/
implementation 'name.remal:common:0.24.3'
                // https://jarcasting.com/artifacts/name.remal/common/
implementation ("name.remal:common:0.24.3")
                'name.remal:common:jar:0.24.3'
                <dependency org="name.remal" name="common" rev="0.24.3">
  <artifact name="common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='name.remal', module='common', version='0.24.3')
)
                libraryDependencies += "name.remal" % "common" % "0.24.3"
                [name.remal/common "0.24.3"]