| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.kalumet | 
    
| ArtifactId | ArtifactIdorg.apache.kalumet.utils | 
    
| Version | Version0.6-incubating | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionApache Kalumet :: Utils 
            The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.apache.kalumet/org.apache.kalumet.utils/ -->
<dependency>
    <groupId>org.apache.kalumet</groupId>
    <artifactId>org.apache.kalumet.utils</artifactId>
    <version>0.6-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.kalumet/org.apache.kalumet.utils/
implementation 'org.apache.kalumet:org.apache.kalumet.utils:0.6-incubating'
                // https://jarcasting.com/artifacts/org.apache.kalumet/org.apache.kalumet.utils/
implementation ("org.apache.kalumet:org.apache.kalumet.utils:0.6-incubating")
                'org.apache.kalumet:org.apache.kalumet.utils:jar:0.6-incubating'
                <dependency org="org.apache.kalumet" name="org.apache.kalumet.utils" rev="0.6-incubating">
  <artifact name="org.apache.kalumet.utils" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.kalumet', module='org.apache.kalumet.utils', version='0.6-incubating')
)
                libraryDependencies += "org.apache.kalumet" % "org.apache.kalumet.utils" % "0.6-incubating"
                [org.apache.kalumet/org.apache.kalumet.utils "0.6-incubating"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-email | jar | 1.1 | 
| commons-httpclient : commons-httpclient | jar | 3.1 | 
| org.apache.kalumet : org.apache.kalumet.common | jar | 0.6-incubating | 
| org.slf4j : slf4j-api | jar | 1.6.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.9 |