We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831ad22 commit c9315d1Copy full SHA for c9315d1
standalone/build.gradle
@@ -27,6 +27,7 @@ plugins {
27
28
dependencies
29
{
30
- implementation "org.labkey.api:issues:${labkeyVersion}" // An example of declaring a dependency on the API jar for a module
+ // An example of declaring a dependency on the API jar for a module
31
+ // implementation "org.labkey.api:issues:${labkeyVersion}"
32
external "commons-beanutils:commons-beanutils:${commonsBeanutilsVersion}" // An external dependency to be included in the module's lib directory
33
}
0 commit comments