public class CurseProjectDep
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
slug
The unique slug of the project
|
java.lang.String |
type
The type of dependency.
|
| Constructor and Description |
|---|
CurseProjectDep(java.lang.String slug,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String slug
public java.lang.String type
embeddedLibrary, optionalLibrary, requiredLibrary, tool, or incompatible