BrowseResultEntry Data Type
- Available Since
- 1.4-M3
| name | data type | description |
|---|---|---|
| artifactId | string | |
| groupId | string | |
| name | string | |
| project | boolean |
Example
{
"name" : "...",
"project" : true,
"groupId" : "...",
"artifactId" : "..."
}
| name | data type | description |
|---|---|---|
| artifactId | string | |
| groupId | string | |
| name | string | |
| project | boolean |
{
"name" : "...",
"project" : true,
"groupId" : "...",
"artifactId" : "..."
}