| Categories | 
                CategoriesJUnit Unit Testing | 
        
|---|---|
| GroupId | GroupIdbr.gov.frameworkdemoiselle.component.archetypes | 
    
| ArtifactId | ArtifactIdjbehave-junit-archetype | 
    
| Version | Version1.5.2-BETA3 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/br.gov.frameworkdemoiselle.component.archetypes/jbehave-junit-archetype/ -->
<dependency>
    <groupId>br.gov.frameworkdemoiselle.component.archetypes</groupId>
    <artifactId>jbehave-junit-archetype</artifactId>
    <version>1.5.2-BETA3</version>
</dependency>
                // https://jarcasting.com/artifacts/br.gov.frameworkdemoiselle.component.archetypes/jbehave-junit-archetype/
implementation 'br.gov.frameworkdemoiselle.component.archetypes:jbehave-junit-archetype:1.5.2-BETA3'
                // https://jarcasting.com/artifacts/br.gov.frameworkdemoiselle.component.archetypes/jbehave-junit-archetype/
implementation ("br.gov.frameworkdemoiselle.component.archetypes:jbehave-junit-archetype:1.5.2-BETA3")
                'br.gov.frameworkdemoiselle.component.archetypes:jbehave-junit-archetype:jar:1.5.2-BETA3'
                <dependency org="br.gov.frameworkdemoiselle.component.archetypes" name="jbehave-junit-archetype" rev="1.5.2-BETA3">
  <artifact name="jbehave-junit-archetype" type="jar" />
</dependency>
                @Grapes(
@Grab(group='br.gov.frameworkdemoiselle.component.archetypes', module='jbehave-junit-archetype', version='1.5.2-BETA3')
)
                libraryDependencies += "br.gov.frameworkdemoiselle.component.archetypes" % "jbehave-junit-archetype" % "1.5.2-BETA3"
                [br.gov.frameworkdemoiselle.component.archetypes/jbehave-junit-archetype "1.5.2-BETA3"]