public final class org.eclipse.aether.graph.Dependency
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.graph.Dependency
  super_class: java.lang.Object
{
  private final org.eclipse.aether.artifact.Artifact artifact;
    descriptor: Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String scope;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Boolean optional;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<org.eclipse.aether.graph.Exclusion> exclusions;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/eclipse/aether/graph/Exclusion;>;

  public void <init>(org.eclipse.aether.artifact.Artifact, java.lang.String);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // java.lang.String scope
         0: .line 58
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* scope */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/lang/Boolean;)V
         1: .line 59
            return
        end local 2 // java.lang.String scope
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/aether/graph/Dependency;
            0    2     1  artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2     scope  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      artifact  
      scope     

  public void <init>(org.eclipse.aether.artifact.Artifact, java.lang.String, java.lang.Boolean);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // java.lang.String scope
        start local 3 // java.lang.Boolean optional
         0: .line 70
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* scope */
            aload 3 /* optional */
            aconst_null
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/lang/Boolean;Ljava/util/Collection;)V
         1: .line 71
            return
        end local 3 // java.lang.Boolean optional
        end local 2 // java.lang.String scope
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/aether/graph/Dependency;
            0    2     1  artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2     scope  Ljava/lang/String;
            0    2     3  optional  Ljava/lang/Boolean;
    MethodParameters:
          Name  Flags
      artifact  
      scope     
      optional  

  public void <init>(org.eclipse.aether.artifact.Artifact, java.lang.String, java.lang.Boolean, java.util.Collection<org.eclipse.aether.graph.Exclusion>);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/lang/Boolean;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // java.lang.String scope
        start local 3 // java.lang.Boolean optional
        start local 4 // java.util.Collection exclusions
         0: .line 83
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* scope */
            aload 4 /* exclusions */
            invokestatic org.eclipse.aether.graph.Dependency$Exclusions.copy:(Ljava/util/Collection;)Ljava/util/Set;
            aload 3 /* optional */
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/util/Set;Ljava/lang/Boolean;)V
         1: .line 84
            return
        end local 4 // java.util.Collection exclusions
        end local 3 // java.lang.Boolean optional
        end local 2 // java.lang.String scope
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/graph/Dependency;
            0    2     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2       scope  Ljava/lang/String;
            0    2     3    optional  Ljava/lang/Boolean;
            0    2     4  exclusions  Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;
    Signature: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/lang/Boolean;Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;)V
    MethodParameters:
            Name  Flags
      artifact    
      scope       
      optional    
      exclusions  

  private void <init>(org.eclipse.aether.artifact.Artifact, java.lang.String, java.util.Set<org.eclipse.aether.graph.Exclusion>, java.lang.Boolean);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/util/Set;Ljava/lang/Boolean;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // java.lang.String scope
        start local 3 // java.util.Set exclusions
        start local 4 // java.lang.Boolean optional
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* artifact */
            ldc "artifact cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.aether.artifact.Artifact
            putfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
         2: .line 90
            aload 0 /* this */
            aload 2 /* scope */
            ifnull 3
            aload 2 /* scope */
            goto 4
      StackMap locals: org.eclipse.aether.graph.Dependency org.eclipse.aether.artifact.Artifact java.lang.String java.util.Set java.lang.Boolean
      StackMap stack: org.eclipse.aether.graph.Dependency
         3: ldc ""
      StackMap locals: org.eclipse.aether.graph.Dependency org.eclipse.aether.artifact.Artifact java.lang.String java.util.Set java.lang.Boolean
      StackMap stack: org.eclipse.aether.graph.Dependency java.lang.String
         4: putfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
         5: .line 91
            aload 0 /* this */
            aload 4 /* optional */
            putfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
         6: .line 92
            aload 0 /* this */
            aload 3 /* exclusions */
            putfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
         7: .line 93
            return
        end local 4 // java.lang.Boolean optional
        end local 3 // java.util.Set exclusions
        end local 2 // java.lang.String scope
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/aether/graph/Dependency;
            0    8     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    8     2       scope  Ljava/lang/String;
            0    8     3  exclusions  Ljava/util/Set<Lorg/eclipse/aether/graph/Exclusion;>;
            0    8     4    optional  Ljava/lang/Boolean;
    Signature: (Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/util/Set<Lorg/eclipse/aether/graph/Exclusion;>;Ljava/lang/Boolean;)V
    MethodParameters:
            Name  Flags
      artifact    
      scope       
      exclusions  
      optional    

  public org.eclipse.aether.artifact.Artifact getArtifact();
    descriptor: ()Lorg/eclipse/aether/artifact/Artifact;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            areturn
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency;

  public org.eclipse.aether.graph.Dependency setArtifact(org.eclipse.aether.artifact.Artifact);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            aload 1 /* artifact */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 115
            aload 0 /* this */
            areturn
         2: .line 117
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.graph.Dependency
            dup
            aload 1 /* artifact */
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/util/Set;Ljava/lang/Boolean;)V
            areturn
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/aether/graph/Dependency;
            0    3     1  artifact  Lorg/eclipse/aether/artifact/Artifact;
    MethodParameters:
          Name  Flags
      artifact  

  public java.lang.String getScope();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 127
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency;

  public org.eclipse.aether.graph.Dependency setScope(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // java.lang.String scope
         0: .line 138
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            aload 1 /* scope */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* scope */
            ifnonnull 2
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifgt 2
         1: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.graph.Dependency
            dup
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/util/Set;Ljava/lang/Boolean;)V
            areturn
        end local 1 // java.lang.String scope
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/aether/graph/Dependency;
            0    3     1  scope  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      scope  

  public boolean isOptional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 152
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency;

  public java.lang.Boolean getOptional();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 163
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            areturn
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency;

  public org.eclipse.aether.graph.Dependency setOptional(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // java.lang.Boolean optional
         0: .line 175
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            aload 1 /* optional */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 177
            aload 0 /* this */
            areturn
         2: .line 179
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.graph.Dependency
            dup
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            aload 1 /* optional */
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/util/Set;Ljava/lang/Boolean;)V
            areturn
        end local 1 // java.lang.Boolean optional
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/aether/graph/Dependency;
            0    3     1  optional  Ljava/lang/Boolean;
    MethodParameters:
          Name  Flags
      optional  

  public java.util.Collection<org.eclipse.aether.graph.Exclusion> getExclusions();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 190
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            areturn
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency;
    Signature: ()Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;

  public org.eclipse.aether.graph.Dependency setExclusions(java.util.Collection<org.eclipse.aether.graph.Exclusion>);
    descriptor: (Ljava/util/Collection;)Lorg/eclipse/aether/graph/Dependency;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // java.util.Collection exclusions
         0: .line 201
            aload 0 /* this */
            aload 1 /* exclusions */
            invokevirtual org.eclipse.aether.graph.Dependency.hasEquivalentExclusions:(Ljava/util/Collection;)Z
            ifeq 2
         1: .line 203
            aload 0 /* this */
            areturn
         2: .line 205
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.graph.Dependency
            dup
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            aload 1 /* exclusions */
            invokespecial org.eclipse.aether.graph.Dependency.<init>:(Lorg/eclipse/aether/artifact/Artifact;Ljava/lang/String;Ljava/lang/Boolean;Ljava/util/Collection;)V
            areturn
        end local 1 // java.util.Collection exclusions
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/aether/graph/Dependency;
            0    3     1  exclusions  Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;
    Signature: (Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;)Lorg/eclipse/aether/graph/Dependency;
    MethodParameters:
            Name  Flags
      exclusions  

  private boolean hasEquivalentExclusions(java.util.Collection<org.eclipse.aether.graph.Exclusion>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // java.util.Collection exclusions
         0: .line 210
            aload 1 /* exclusions */
            ifnull 1
            aload 1 /* exclusions */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 2
         1: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ireturn
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 1 /* exclusions */
            instanceof java.util.Set
            ifeq 4
         3: .line 216
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            aload 1 /* exclusions */
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 218
      StackMap locals:
      StackMap stack:
            aload 1 /* exclusions */
            invokeinterface java.util.Collection.size:()I
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            if_icmplt 7
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            aload 1 /* exclusions */
            invokeinterface java.util.Set.containsAll:(Ljava/util/Collection;)Z
            ifeq 7
         5: .line 219
            aload 1 /* exclusions */
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            invokeinterface java.util.Collection.containsAll:(Ljava/util/Collection;)Z
            ifeq 7
         6: .line 218
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 1 // java.util.Collection exclusions
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/aether/graph/Dependency;
            0    8     1  exclusions  Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;
    Signature: (Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;)Z
    MethodParameters:
            Name  Flags
      exclusions  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 225
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.eclipse.aether.graph.Dependency.getArtifact:()Lorg/eclipse/aether/artifact/Artifact;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.graph.Dependency.getScope:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.graph.Dependency.isOptional:()Z
            ifeq 1
            ldc "?"
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: ldc ""
      StackMap locals: org.eclipse.aether.graph.Dependency
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/graph/Dependency;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency this
        start local 1 // java.lang.Object obj
         0: .line 231
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 233
            iconst_1
            ireturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 237
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.graph.Dependency
            astore 2 /* that */
        start local 2 // org.eclipse.aether.graph.Dependency that
         5: .line 242
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            aload 2 /* that */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            aload 2 /* that */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 243
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            aload 2 /* that */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            aload 2 /* that */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 242
            iconst_1
            ireturn
      StackMap locals: org.eclipse.aether.graph.Dependency
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.aether.graph.Dependency that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/aether/graph/Dependency;
            0    9     1   obj  Ljava/lang/Object;
            5    9     2  that  Lorg/eclipse/aether/graph/Dependency;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency this
         0: .line 249
            bipush 17
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 250
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.artifact:Lorg/eclipse/aether/artifact/Artifact;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         2: .line 251
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.scope:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
         3: .line 252
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            ifnull 4
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.optional:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.hashCode:()I
            goto 5
      StackMap locals: org.eclipse.aether.graph.Dependency int
      StackMap stack: int
         4: iconst_0
      StackMap locals: org.eclipse.aether.graph.Dependency int
      StackMap stack: int int
         5: iadd
            istore 1 /* hash */
         6: .line 253
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency.exclusions:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            iadd
            istore 1 /* hash */
         7: .line 254
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.aether.graph.Dependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/aether/graph/Dependency;
            1    8     1  hash  I
}
SourceFile: "Dependency.java"
NestMembers:
  org.eclipse.aether.graph.Dependency$Exclusions  org.eclipse.aether.graph.Dependency$Exclusions$1
InnerClasses:
  private Exclusions = org.eclipse.aether.graph.Dependency$Exclusions of org.eclipse.aether.graph.Dependency