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