Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MavenRepository

import type { MavenRepository } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

Configuration for a Maven remote repository.

interface MavenRepository {
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "MAVEN_CENTRAL";
}

§Properties

§
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "MAVEN_CENTRAL"
[src]

One of the publicly available Maven repositories supported by Artifact Registry.