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

com.enofex.naikan.maven.provider.pom.PomProvider 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.

There is a newer version: 1.1.0
Show newest version
package com.enofex.naikan.maven.provider.pom;

import com.enofex.naikan.maven.AbstractProvider;

public abstract class PomProvider extends AbstractProvider {

  public static final int POM_ORDER = -1073741824;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy