public enum MavenLibrary extends Enum<MavenLibrary>
| Enum Constant and Description |
|---|
ASM |
GSON |
HIKARICP |
HTTPCLIENT |
JDA |
MYSQL_CONNECTOR |
ORG_JSON |
SQLITE_JDBC |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactId() |
String |
groupId() |
MavenRepository |
repository() |
static MavenLibrary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenLibrary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
version() |
public static final MavenLibrary HTTPCLIENT
public static final MavenLibrary SQLITE_JDBC
public static final MavenLibrary MYSQL_CONNECTOR
public static final MavenLibrary GSON
public static final MavenLibrary HIKARICP
public static final MavenLibrary JDA
public static final MavenLibrary ORG_JSON
public static final MavenLibrary ASM
public static MavenLibrary[] values()
for (MavenLibrary c : MavenLibrary.values()) System.out.println(c);
public static MavenLibrary valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MavenRepository repository()
public String groupId()
public String artifactId()
public String version()
Copyright © 2022. All rights reserved.