Interface MavenRepository

    • Method Detail

      • getId

        @Stability(Experimental)
        @NotNull
        String getId()
        (experimental) The identifier for the repository.
      • getUrl

        @Stability(Experimental)
        @NotNull
        String getUrl()
        (experimental) The url of the repository.
      • getLayout

        @Stability(Experimental)
        @Nullable
        default String getLayout()
        (experimental) The layout of the repository.
      • getName

        @Stability(Experimental)
        @Nullable
        default String getName()
        (experimental) The name of the repository.