Files download
File Operation
gfc-guava_2.13-1.0.0.jar download
gfc-guava_2.13-1.0.0.pom download
gfc-guava_2.13-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gfccollective</groupId>
  <artifactId>gfc-guava_2.13</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.gfccollective:gfc-guava_2.13:1.0.0'
Gradle Kotlin
implementation("org.gfccollective:gfc-guava_2.13:1.0.0")
Scala SBT
libraryDependencies += "org.gfccollective" % "gfc-guava_2.13" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.gfccollective', module='gfc-guava_2.13', version='1.0.0')
)
Apache Ivy
<dependency org="org.gfccollective" name="gfc-guava_2.13" rev="1.0.0" />
Leiningen
[org.gfccollective/gfc-guava_2.13 "1.0.0"]
Apache Buildr
'org.gfccollective:gfc-guava_2.13:jar:1.0.0'