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