blob: 53e91add44e0cc550a5efa8855ea3bb6d52c0c49 [file] [log] [blame]
/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
val guavaVersion = "28.0-jre"
dependencies {
compile("com.google.guava:guava:$guavaVersion")
}
externalDocumentationLink(
url = "https://google.github.io/guava/releases/$guavaVersion/api/docs/"
)