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

io.tesla.maven.plugins.dependency.tree.serializer.TreeRenderer Maven / Gradle / Ivy

The newest version!
package io.tesla.maven.plugins.dependency.tree.serializer;

import org.eclipse.aether.graph.DependencyNode;

public interface TreeRenderer {
  void render(DependencyNode root);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy