Skip to content

Interface LibraryInfo

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

🏷️ Properties

artifactId

ts
artifactId: string

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

classifier

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

ts
groupId: string

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

isSnapshot

ts
isSnapshot: boolean

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

name

ts
name: string

The original maven name of this library

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

path

ts
path: string

The maven path.

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

type

ts
type: string

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

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

version

ts
version: string

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

Released under the MIT License.