@Documented @Repeatable(value=MavenLibraries.class) @Target(value=TYPE) @Retention(value=RUNTIME) public @interface MavenLibrary
| Modifier and Type | Required Element and Description |
|---|---|
String |
artifactId
The artifact id of the library
|
String |
groupId
The group id of the library
|
String |
version
The version of the library
|
| Modifier and Type | Optional Element and Description |
|---|---|
Repository |
repo
The repo where the library can be obtained from
|
@Nonnull public abstract Repository repo
Copyright © 2022. All rights reserved.