p

pollexor

Java client for the Thumbor image service which allows you to build URIs in an expressive fashion using a fluent API.
Apache License Version 2.0
Square, Inc.
Files download
File Operation
pollexor-2.0.1.jar download
pollexor-2.0.1.pom download
pollexor-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>pollexor</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup:pollexor:2.0.1'
Gradle Kotlin
implementation("com.squareup:pollexor:2.0.1")
Scala SBT
libraryDependencies += "com.squareup" % "pollexor" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='pollexor', version='2.0.1')
)
Apache Ivy
<dependency org="com.squareup" name="pollexor" rev="2.0.1" />
Leiningen
[com.squareup/pollexor "2.0.1"]
Apache Buildr
'com.squareup:pollexor:jar:2.0.1'