clojure - What does :scope "provided" mean? -


i've seen lot of places dependencies in clojure project marked :scope "provided" (example).

what mean?

you can read maven scopes, since same thing. difference between maven scope compile , provided jar packaging . far can understand, if use lib in project, should add these dependencies project.clj, lib (still can mistaken)

there other scopes can use: https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#dependency_scope


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -