| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.rhuanrocha | 
    
| ArtifactId | ArtifactIdmicroprofile2.0-archetype | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMicroprofile2.0-archetype 
            A archetype to create applications using Microprofile 2.0 
         | 
    
<!-- https://jarcasting.com/artifacts/net.rhuanrocha/microprofile2.0-archetype/ -->
<dependency>
    <groupId>net.rhuanrocha</groupId>
    <artifactId>microprofile2.0-archetype</artifactId>
    <version>1.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/net.rhuanrocha/microprofile2.0-archetype/
implementation 'net.rhuanrocha:microprofile2.0-archetype:1.0.1'
                // https://jarcasting.com/artifacts/net.rhuanrocha/microprofile2.0-archetype/
implementation ("net.rhuanrocha:microprofile2.0-archetype:1.0.1")
                'net.rhuanrocha:microprofile2.0-archetype:jar:1.0.1'
                <dependency org="net.rhuanrocha" name="microprofile2.0-archetype" rev="1.0.1">
  <artifact name="microprofile2.0-archetype" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.rhuanrocha', module='microprofile2.0-archetype', version='1.0.1')
)
                libraryDependencies += "net.rhuanrocha" % "microprofile2.0-archetype" % "1.0.1"
                [net.rhuanrocha/microprofile2.0-archetype "1.0.1"]