License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.cubeengine.maven.archetypes |
ArtifactId | ArtifactIdarchetype-cubeengine-module |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionArchetype - CubeEngine Module
This archetype generates a new module for the Cube Engine.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.cubeengine.maven.archetypes/archetype-cubeengine-module/ -->
<dependency>
<groupId>org.cubeengine.maven.archetypes</groupId>
<artifactId>archetype-cubeengine-module</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine.maven.archetypes/archetype-cubeengine-module/
implementation 'org.cubeengine.maven.archetypes:archetype-cubeengine-module:2.1.0'
// https://jarcasting.com/artifacts/org.cubeengine.maven.archetypes/archetype-cubeengine-module/
implementation ("org.cubeengine.maven.archetypes:archetype-cubeengine-module:2.1.0")
'org.cubeengine.maven.archetypes:archetype-cubeengine-module:jar:2.1.0'
<dependency org="org.cubeengine.maven.archetypes" name="archetype-cubeengine-module" rev="2.1.0">
<artifact name="archetype-cubeengine-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine.maven.archetypes', module='archetype-cubeengine-module', version='2.1.0')
)
libraryDependencies += "org.cubeengine.maven.archetypes" % "archetype-cubeengine-module" % "2.1.0"
[org.cubeengine.maven.archetypes/archetype-cubeengine-module "2.1.0"]