We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a34088 + c9315d1 commit d929829Copy full SHA for d929829
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