License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup |
ArtifactId | ArtifactIdpollexor |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPollexor
Java client for the Thumbor image service which allows you to build URIs in an expressive fashion using a fluent API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pollexor-3.0.0.pom | |
pollexor-3.0.0.jar | 12 KB |
pollexor-3.0.0-sources.jar | 7 KB |
pollexor-3.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup/pollexor/ -->
<dependency>
<groupId>com.squareup</groupId>
<artifactId>pollexor</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup/pollexor/
implementation 'com.squareup:pollexor:3.0.0'
// https://jarcasting.com/artifacts/com.squareup/pollexor/
implementation ("com.squareup:pollexor:3.0.0")
'com.squareup:pollexor:jar:3.0.0'
<dependency org="com.squareup" name="pollexor" rev="3.0.0">
<artifact name="pollexor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup', module='pollexor', version='3.0.0')
)
libraryDependencies += "com.squareup" % "pollexor" % "3.0.0"
[com.squareup/pollexor "3.0.0"]