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

com.enofex.naikan.maven.ModelConverter 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;

import com.enofex.naikan.model.Bom;
import org.apache.maven.execution.MavenSession;
import org.apache.maven.project.MavenProject;

@FunctionalInterface
public interface ModelConverter {

  Bom convert(MavenSession session, MavenProject project, Bom existingBom);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy