| License | License | 
|---|---|
| Categories | CategoriesContainer | 
| GroupId | GroupIdorg.cruxframework | 
| ArtifactId | ArtifactIdcrux-module-app-container-archetype | 
| Last Version | Last Version5.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCrux Framework This is the Crux Module Container App Archetype | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.cruxframework/crux-module-app-container-archetype/ -->
<dependency>
    <groupId>org.cruxframework</groupId>
    <artifactId>crux-module-app-container-archetype</artifactId>
    <version>5.0.4</version>
</dependency>// https://jarcasting.com/artifacts/org.cruxframework/crux-module-app-container-archetype/
implementation 'org.cruxframework:crux-module-app-container-archetype:5.0.4'// https://jarcasting.com/artifacts/org.cruxframework/crux-module-app-container-archetype/
implementation ("org.cruxframework:crux-module-app-container-archetype:5.0.4")'org.cruxframework:crux-module-app-container-archetype:jar:5.0.4'<dependency org="org.cruxframework" name="crux-module-app-container-archetype" rev="5.0.4">
  <artifact name="crux-module-app-container-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='org.cruxframework', module='crux-module-app-container-archetype', version='5.0.4')
)libraryDependencies += "org.cruxframework" % "crux-module-app-container-archetype" % "5.0.4"[org.cruxframework/crux-module-app-container-archetype "5.0.4"]