ModuleMetadataDefault

@Serializable
data class ModuleMetadataDefault(val completeName: String, val name: String, val artifactId: String, val version: Version, val canBePublished: Boolean)

Represents a module in a project.

Parameters

name

The name of the module.

artifactId

The artifact ID of the module.

version

The version of the module.

Constructors

Link copied to clipboard
constructor(completeName: String, name: String, artifactId: String, version: Version, canBePublished: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard