All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.devonfw.cobigen.maven.config.constant.MavenMetadata Maven / Gradle / Ivy

There is a newer version: 2021.12.006
Show newest version
package com.devonfw.cobigen.maven.config.constant;

/**
 * Constants extracted from the maven pom by templating-maven-plugin.
 * 
 * @see "edit template in src/main/java-templates"
 */
public class MavenMetadata {

    /** Maven version */
    public static final String VERSION = "4.1.0";
    
    /** Maven group ID */
    public static final String GROUP_ID = "com.devonfw.cobigen";
    
    /** Maven artifact ID */
    public static final String ARTIFACT_ID = "maven-test";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy