| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAxon Application Layer Libs Distributed Applications | 
        
| GroupId | GroupIdnl.codecentric.axon-open-admin | 
    
| ArtifactId | ArtifactIdaxon-open-admin-parent | 
    
| Last Version | Last Version0.0.12 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAxon Open Admin parent POM 
            This Spring Boot starter project contains an administration interface for Axon Framework, including managing its tracking tokens. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| axon-open-admin-parent-0.0.12.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/nl.codecentric.axon-open-admin/axon-open-admin-parent/ -->
<dependency>
    <groupId>nl.codecentric.axon-open-admin</groupId>
    <artifactId>axon-open-admin-parent</artifactId>
    <version>0.0.12</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/nl.codecentric.axon-open-admin/axon-open-admin-parent/
implementation 'nl.codecentric.axon-open-admin:axon-open-admin-parent:0.0.12'
                // https://jarcasting.com/artifacts/nl.codecentric.axon-open-admin/axon-open-admin-parent/
implementation ("nl.codecentric.axon-open-admin:axon-open-admin-parent:0.0.12")
                'nl.codecentric.axon-open-admin:axon-open-admin-parent:pom:0.0.12'
                <dependency org="nl.codecentric.axon-open-admin" name="axon-open-admin-parent" rev="0.0.12">
  <artifact name="axon-open-admin-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='nl.codecentric.axon-open-admin', module='axon-open-admin-parent', version='0.0.12')
)
                libraryDependencies += "nl.codecentric.axon-open-admin" % "axon-open-admin-parent" % "0.0.12"
                [nl.codecentric.axon-open-admin/axon-open-admin-parent "0.0.12"]