Skip to content

Interface LibraryInfo

The full library info. I can be resolved from path or maven library name.

🏷️ Properties

artifactId readonly

ts
artifactId: string

Defined in: packages/core/version.ts:94

classifier readonly

ts
classifier: string

The classifier. Normally, this is empty. For forge, it can be like universal, installer.

Defined in: packages/core/version.ts:104

groupId readonly

ts
groupId: string

Defined in: packages/core/version.ts:93

isSnapshot readonly

ts
isSnapshot: boolean

Defined in: packages/core/version.ts:96

name readonly

ts
name: string

The original maven name of this library

Defined in: packages/core/version.ts:112

path readonly

ts
path: string

The maven path.

Defined in: packages/core/version.ts:108

type readonly

ts
type: string

The file extension. Default is jar. Some files in forge are zip.

Defined in: packages/core/version.ts:100

version readonly

ts
version: string

Defined in: packages/core/version.ts:95