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