MVN

com.deciphernow : gm-fabric-archetype

Maven & Gradle

Jul 30, 2019

Microservice framework [ArcheType]

mvn archetype:generate -DarchetypeGroupId=com.deciphernow -DarchetypeArtifactId=gm-fabric-archetype -DarchetypeVersion=0.2.9
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deciphernow : gm-fabric-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of com.deciphernow : gm-fabric-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.2.x
gm-fabric-archetype-0.2.9
gm-fabric-archetype-0.2.8
gm-fabric-archetype-0.2.7
gm-fabric-archetype-0.2.6
gm-fabric-archetype-0.2.5
gm-fabric-archetype-0.2.4
gm-fabric-archetype-0.2.3
gm-fabric-archetype-0.2.2
gm-fabric-archetype-0.2.1
gm-fabric-archetype-0.2.0
0.1.x
gm-fabric-archetype-0.1.4
gm-fabric-archetype-0.1.3
gm-fabric-archetype-0.1.2

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.deciphernow -DarchetypeArtifactId=gm-fabric-archetype -DarchetypeVersion=0.2.9

Advertisement