| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdno.bouvet | 
    
| ArtifactId | ArtifactIdmaven-archetype-eventsourcing-parent | 
    
| Last Version | Last Version1.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionEventsourcing archetype Parent 
            Parent project for eventsourcing archetype 
         | 
    
| Filename | Size | 
|---|---|
| maven-archetype-eventsourcing-parent-1.0.4.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/no.bouvet/maven-archetype-eventsourcing-parent/ -->
<dependency>
    <groupId>no.bouvet</groupId>
    <artifactId>maven-archetype-eventsourcing-parent</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/no.bouvet/maven-archetype-eventsourcing-parent/
implementation 'no.bouvet:maven-archetype-eventsourcing-parent:1.0.4'
                // https://jarcasting.com/artifacts/no.bouvet/maven-archetype-eventsourcing-parent/
implementation ("no.bouvet:maven-archetype-eventsourcing-parent:1.0.4")
                'no.bouvet:maven-archetype-eventsourcing-parent:pom:1.0.4'
                <dependency org="no.bouvet" name="maven-archetype-eventsourcing-parent" rev="1.0.4">
  <artifact name="maven-archetype-eventsourcing-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='no.bouvet', module='maven-archetype-eventsourcing-parent', version='1.0.4')
)
                libraryDependencies += "no.bouvet" % "maven-archetype-eventsourcing-parent" % "1.0.4"
                [no.bouvet/maven-archetype-eventsourcing-parent "1.0.4"]