com.enofex.naikan.maven.provider.bom.BomProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of naikan-maven-plugin Show documentation
Show all versions of naikan-maven-plugin Show documentation
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