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

MavenReference

import type { MavenReference } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.

interface MavenReference {
ArtifactId: string;
GroupId: string;
Version: string;
}

§Properties

§
ArtifactId: string
[src]

The artifact ID of the Maven reference.

§
GroupId: string
[src]

The group ID of the Maven reference.

§
Version: string
[src]

The version of the Maven reference.