We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5682367 commit f5452cfCopy full SHA for f5452cf
standalone/noPlugins_build.gradle
@@ -58,7 +58,6 @@ configurations
58
59
dependencies
60
{
61
- implementation "org.labkey.api:internal:${labkeyVersion}" // Dependency on the api jar file for internal module
62
implementation "org.labkey.api:issues:${labkeyVersion}" // An example of declaring a dependency on the API jar for a module
63
implementation "org.labkey.api:labkey-client-api:${labkeyClientApiVersion}" // Dependency on the LabKey client api
64
external "commons-beanutils:commons-beanutils:${commonsBeanutilsVersion}" // An external dependency to be included in the module's lib directory
0 commit comments