| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.xpertss | 
    
| ArtifactId | ArtifactIdstdlib | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.xpertss:stdlib 
            Collection of standard utilities that make Java easier 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| stdlib-1.1.0.pom | |
| stdlib-1.1.0.jar | 363 KB | 
| stdlib-1.1.0-test-sources.jar | 69 KB | 
| stdlib-1.1.0-sources.jar | 240 KB | 
| stdlib-1.1.0-javadoc.jar | 802 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xpertss/stdlib/ -->
<dependency>
    <groupId>org.xpertss</groupId>
    <artifactId>stdlib</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.xpertss/stdlib/
implementation 'org.xpertss:stdlib:1.1.0'
                // https://jarcasting.com/artifacts/org.xpertss/stdlib/
implementation ("org.xpertss:stdlib:1.1.0")
                'org.xpertss:stdlib:jar:1.1.0'
                <dependency org="org.xpertss" name="stdlib" rev="1.1.0">
  <artifact name="stdlib" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.xpertss', module='stdlib', version='1.1.0')
)
                libraryDependencies += "org.xpertss" % "stdlib" % "1.1.0"
                [org.xpertss/stdlib "1.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.6 | 
| org.mockito : mockito-all | jar | 1.8.2 | 
| joda-time : joda-time | jar | 2.1 | 
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |