| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.kalumet | 
    
| ArtifactId | ArtifactIdkalumet-modules | 
    
| Version | Version0.6-incubating | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionApache Kalumet :: Modules 
            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 | 
            
| Filename | Size | 
|---|---|
| kalumet-modules-0.6-incubating.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.kalumet/kalumet-modules/ -->
<dependency>
    <groupId>org.apache.kalumet</groupId>
    <artifactId>kalumet-modules</artifactId>
    <version>0.6-incubating</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.kalumet/kalumet-modules/
implementation 'org.apache.kalumet:kalumet-modules:0.6-incubating'
                // https://jarcasting.com/artifacts/org.apache.kalumet/kalumet-modules/
implementation ("org.apache.kalumet:kalumet-modules:0.6-incubating")
                'org.apache.kalumet:kalumet-modules:pom:0.6-incubating'
                <dependency org="org.apache.kalumet" name="kalumet-modules" rev="0.6-incubating">
  <artifact name="kalumet-modules" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.apache.kalumet', module='kalumet-modules', version='0.6-incubating')
)
                libraryDependencies += "org.apache.kalumet" % "kalumet-modules" % "0.6-incubating"
                [org.apache.kalumet/kalumet-modules "0.6-incubating"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.9 |