| GroupId | GroupIdme.xethh.libs.toolkits | 
    
|---|---|
| ArtifactId | ArtifactIdcommons | 
    
| Version | Version1.5-RELEASE_C | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| commons-1.5-RELEASE_C.pom | |
| commons-1.5-RELEASE_C.jar | 20 KB | 
| commons-1.5-RELEASE_C-sources.jar | 11 KB | 
| commons-1.5-RELEASE_C-javadoc.jar | 128 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/commons/ -->
<dependency>
    <groupId>me.xethh.libs.toolkits</groupId>
    <artifactId>commons</artifactId>
    <version>1.5-RELEASE_C</version>
</dependency>
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/commons/
implementation 'me.xethh.libs.toolkits:commons:1.5-RELEASE_C'
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/commons/
implementation ("me.xethh.libs.toolkits:commons:1.5-RELEASE_C")
                'me.xethh.libs.toolkits:commons:jar:1.5-RELEASE_C'
                <dependency org="me.xethh.libs.toolkits" name="commons" rev="1.5-RELEASE_C">
  <artifact name="commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='me.xethh.libs.toolkits', module='commons', version='1.5-RELEASE_C')
)
                libraryDependencies += "me.xethh.libs.toolkits" % "commons" % "1.5-RELEASE_C"
                [me.xethh.libs.toolkits/commons "1.5-RELEASE_C"]