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

com.metaeffekt.artifact.analysis.bom.BomConstants Maven / Gradle / Ivy

The newest version!
package com.metaeffekt.artifact.analysis.bom;

public class BomConstants {

    public enum Format{
        JSON,
        JSON_LD,
        XML,
        YAML
    }

    public static final String INVENTORY_CLASS = "com.metaeffekt.bom.inventoryClass";
    public static final String SPECIFIC_TYPE = "com.metaeffekt.bom.specificType";
    public static final String METAEFFEKT_ID = "com.metaeffekt.bom.metaeffektId";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy