Class MavenRepository

java.lang.Object
org.openrewrite.maven.tree.MavenRepository
All Implemented Interfaces:
Serializable

public class MavenRepository extends Object implements Serializable
See Also:
  • Field Details

    • MAVEN_LOCAL_USER_NEUTRAL

      public static final MavenRepository MAVEN_LOCAL_USER_NEUTRAL
    • MAVEN_LOCAL_DEFAULT

      public static final MavenRepository MAVEN_LOCAL_DEFAULT
    • MAVEN_CENTRAL

      public static final MavenRepository MAVEN_CENTRAL
  • Constructor Details

    • MavenRepository

      public MavenRepository(@Nullable @Nullable String id, String uri, @Nullable @Nullable String releases, @Nullable @Nullable String snapshots, boolean knownToExist, @Nullable @Nullable String username, @Nullable @Nullable String password, @Nullable @Nullable Boolean deriveMetadataIfMissing)
  • Method Details