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