Interface Dependency

    • Method Detail

      • getType

        @Stability(Experimental)
        @NotNull
        DependencyType getType()
        (experimental) Which type of dependency this is (runtime, build-time, etc).
      • getMetadata

        @Stability(Experimental)
        @Nullable
        default Map<String,​Object> getMetadata()
        (experimental) Additional JSON metadata associated with the dependency (package manager specific).

        Default: {}