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

com.enofex.naikan.maven.provider.bom.BomProvider Maven / Gradle / Ivy

Go to download

The Naikan Model Plugin for Naikan the software inventory management tool for dev teams driven by our CI/CD pipeline.

The newest version!
package com.enofex.naikan.maven.provider.bom;

import com.enofex.naikan.maven.AbstractProvider;

public abstract class BomProvider extends AbstractProvider {

  public static final int BOM_ORDER = 1073741824;


  @Override
  public int order() {
    return BOM_ORDER;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy