Class MvnComponentDependency_1_0

    • Field Detail

      • requested

        @Nullable("when resolution was unsuccessful or when requested identity was same as the resolved identity")
        public final @Nullable("when resolution was unsuccessful or when requested identity was same as the resolved identity") Integer requested
        The requested identity, when resolution succeeded and is different to the resolved identity.

        Index into MvnDependencyResolutionData_1_0.identities.

      • optional

        public final boolean optional
        Whether the dependency was optional.
      • scope

        public final String scope
        The dependency scope.
      • type

        public final String type
        The dependency type.
    • Constructor Detail

      • MvnComponentDependency_1_0

        public MvnComponentDependency_1_0​(@Nullable
                                          @Nullable Integer requested,
                                          @Nullable
                                          @Nullable Integer to,
                                          @Nullable
                                          @Nullable Integer attempted,
                                          boolean optional,
                                          String scope,
                                          String type)