Library repositories
The @@repository
block is used to show example code for how to configure a library repository in a build tool, such as sbt.
@@repository[sbt,Maven,Gradle] {
id="company-repo"
name="Company repository"
url="http://jars.acme.com"
}
Which will render as:
The source code for this page can be found here.