ApplicationMavenReference

data class ApplicationMavenReference(val artifactId: String, val groupId: String, val version: String)

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

Constructors

Link copied to clipboard
constructor(artifactId: String, groupId: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The artifact ID of the Maven reference.

Link copied to clipboard

The group ID of the Maven reference.

Link copied to clipboard

The version of the Maven reference.