| GroupId | GroupIdme.xethh.libs.toolkits | 
    
|---|---|
| ArtifactId | ArtifactIdcommon | 
    
| Version | Version1.2-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| common-1.2-RELEASE.pom | |
| common-1.2-RELEASE.jar | 7 KB | 
| common-1.2-RELEASE-sources.jar | 4 KB | 
| common-1.2-RELEASE-javadoc.jar | 48 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/ -->
<dependency>
    <groupId>me.xethh.libs.toolkits</groupId>
    <artifactId>common</artifactId>
    <version>1.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/
implementation 'me.xethh.libs.toolkits:common:1.2-RELEASE'
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/
implementation ("me.xethh.libs.toolkits:common:1.2-RELEASE")
                'me.xethh.libs.toolkits:common:jar:1.2-RELEASE'
                <dependency org="me.xethh.libs.toolkits" name="common" rev="1.2-RELEASE">
  <artifact name="common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='me.xethh.libs.toolkits', module='common', version='1.2-RELEASE')
)
                libraryDependencies += "me.xethh.libs.toolkits" % "common" % "1.2-RELEASE"
                [me.xethh.libs.toolkits/common "1.2-RELEASE"]