License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdio.automatiko.archetypes |
ArtifactId | ArtifactIdarchetypes |
Version | Version0.13.0 |
Type | Typepom |
Description |
DescriptionAutomatiko Engine :: Maven Archetypes
Various Automatiko Engine Maven archetypes for project generation
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
archetypes-0.13.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.automatiko.archetypes/archetypes/ -->
<dependency>
<groupId>io.automatiko.archetypes</groupId>
<artifactId>archetypes</artifactId>
<version>0.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.automatiko.archetypes/archetypes/
implementation 'io.automatiko.archetypes:archetypes:0.13.0'
// https://jarcasting.com/artifacts/io.automatiko.archetypes/archetypes/
implementation ("io.automatiko.archetypes:archetypes:0.13.0")
'io.automatiko.archetypes:archetypes:pom:0.13.0'
<dependency org="io.automatiko.archetypes" name="archetypes" rev="0.13.0">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.automatiko.archetypes', module='archetypes', version='0.13.0')
)
libraryDependencies += "io.automatiko.archetypes" % "archetypes" % "0.13.0"
[io.automatiko.archetypes/archetypes "0.13.0"]