| License | 
                License
                                                        GNU General Public License, version 2, with the Classpath Exception                                                 
                             | 
        
|---|---|
| GroupId | GroupIdcom.github.calimero | 
    
| ArtifactId | ArtifactIdcalimero-parent | 
    
| Last Version | Last Version2.5 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionCalimero Project Parent 
            Parent pom for Calimero modules 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| calimero-parent-2.5.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-parent/ -->
<dependency>
    <groupId>com.github.calimero</groupId>
    <artifactId>calimero-parent</artifactId>
    <version>2.5</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.calimero/calimero-parent/
implementation 'com.github.calimero:calimero-parent:2.5'
                // https://jarcasting.com/artifacts/com.github.calimero/calimero-parent/
implementation ("com.github.calimero:calimero-parent:2.5")
                'com.github.calimero:calimero-parent:pom:2.5'
                <dependency org="com.github.calimero" name="calimero-parent" rev="2.5">
  <artifact name="calimero-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.calimero', module='calimero-parent', version='2.5')
)
                libraryDependencies += "com.github.calimero" % "calimero-parent" % "2.5"
                [com.github.calimero/calimero-parent "2.5"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 | 
| org.junit.vintage : junit-vintage-engine | jar | 5.8.1 |