public interface org.eclipse.aether.collection.DependencyCollectionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.aether.collection.DependencyCollectionContext
  super_class: java.lang.Object
{
  public abstract org.eclipse.aether.RepositorySystemSession getSession();
    descriptor: ()Lorg/eclipse/aether/RepositorySystemSession;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.aether.artifact.Artifact getArtifact();
    descriptor: ()Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.aether.graph.Dependency getDependency();
    descriptor: ()Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<org.eclipse.aether.graph.Dependency> getManagedDependencies();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/graph/Dependency;>;
}
SourceFile: "DependencyCollectionContext.java"