| sort("key")} scope="col">
Key Regex
{sortBy === "key" &&
(sortDirection === "asc" ? |
sort("license")} scope="col">
License
{sortBy === "license" &&
(sortDirection === "asc" ? |
sort("overwrite")} scope="col">
Overwrite License
{sortBy === "overwrite" &&
(sortDirection === "asc" ? |
Actions |
|---|---|---|---|
| {item.key} | {item.license} / {findLicenseName(item.license)} | {item.overwrite === "true" ? "Yes" : "No"} |
|
| No Maven dependencies available | |||
| sort("regex")} scope="col">
License Text Regex
{sortBy === "regex" &&
(sortDirection === "asc" ? |
sort("license")} scope="col">
License
{sortBy === "license" &&
(sortDirection === "asc" ? |
Actions |
|---|---|---|
| {item.regex} | {item.license} / {findLicenseName(item.license)} |
|
| No license mappings available | ||
Currently, you have no licenses defined. You can add all licenses from SPDX.
| sort("id")} scope="col">
Identifier
{sortBy === "id" &&
(sortDirection === "asc" ? |
sort("name")} scope="col">
Name
{sortBy === "name" &&
(sortDirection === "asc" ? |
sort("allowed")} scope="col">
Status
{sortBy === "allowed" &&
(sortDirection === "asc" ? |
Actions |
|---|---|---|---|
| {item.id} | {item.name} |
{item.allowed === "true" ? (
|
|
| sort("projectName")} scope="col">
Project
{sortBy === "projectName" &&
(sortDirection === "asc" ? |
sort("license")} scope="col">
License
{sortBy === "license" &&
(sortDirection === "asc" ? |
sort("status")} scope="col">
Status
{sortBy === "status" &&
(sortDirection === "asc" ? |
Actions |
|---|---|---|---|
| {findProjectName(item.projectKey)} | {item.license} / {findLicenseName(item.license)} |
{item.allowed === "true" ? (
|
|
| No project licenses available | |||
| sort("name")} scope="col">
Name
{sortBy === "name" &&
(sortDirection === "asc" ? |
sort("version")} scope="col">
Version
{sortBy === "version" &&
(sortDirection === "asc" ? |
sort("license")} scope="col">
License
{sortBy === "license" &&
(sortDirection === "asc" ? |
sort("status")} scope="col">
Status
{sortBy === "status" &&
(sortDirection === "asc" ? |
|---|---|---|---|
| {dependency.name} | {dependency.version} | {dependency.license} |
{dependency.status === "Allowed" ? (
|
| sort("identifier")} scope="col">
Identifier
{sortBy === "identifier" &&
(sortDirection === "asc" ? |
sort("name")} scope="col">
Name
{sortBy === "name" &&
(sortDirection === "asc" ? |
sort("status")} scope="col">
Status
{sortBy === "status" &&
(sortDirection === "asc" ? |
|---|---|---|
| {license.identifier} | {license.name} |
{license.status === "true" ? (
|