servos

Android library for shared helpers, views, and more

License

License

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.twotoasters.servos
ArtifactId

ArtifactId

util-otto-retrofit
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

servos
Android library for shared helpers, views, and more
Project URL

Project URL

https://github.com/twotoasters/servos
Source Code Management

Source Code Management

https://github.com/twotoasters/servos

Download util-otto-retrofit

How to add to project

<!-- https://jarcasting.com/artifacts/com.twotoasters.servos/util-otto-retrofit/ -->
<dependency>
    <groupId>com.twotoasters.servos</groupId>
    <artifactId>util-otto-retrofit</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twotoasters.servos/util-otto-retrofit/
implementation 'com.twotoasters.servos:util-otto-retrofit:1.0.0'
// https://jarcasting.com/artifacts/com.twotoasters.servos/util-otto-retrofit/
implementation ("com.twotoasters.servos:util-otto-retrofit:1.0.0")
'com.twotoasters.servos:util-otto-retrofit:aar:1.0.0'
<dependency org="com.twotoasters.servos" name="util-otto-retrofit" rev="1.0.0">
  <artifact name="util-otto-retrofit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twotoasters.servos', module='util-otto-retrofit', version='1.0.0')
)
libraryDependencies += "com.twotoasters.servos" % "util-otto-retrofit" % "1.0.0"
[com.twotoasters.servos/util-otto-retrofit "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.retrofit : retrofit jar 1.8.0
com.twotoasters.servos : util-otto jar 1.0.0

Project Modules

There are no modules declared in this project.

Servos

A repo for small utilities that we often use in Android development. They are conveniently broken up into small modules for à la carte use.

Modules

util

  • A collection of small static utility classes

util-butterknife

  • A collection of small utilities such as VisibilitySetter that are dependent upon ButterKnife

util-otto

  • Classes such as BusProvider and MainPostingBus that are dependent upon Otto

util-otto-retrofit

  • Classes like one that helps management of the view's API request state that are dependent upon both Otto and Retrofit

util-picasso

  • Classes such as bitmap transforms that are dependent upon Picasso

widget

  • A collection of custom Views and ViewGroups that provide additional functionality over stock Android Views

gradle-scripts

  • Gradle scripts that can be directly applied in your build.gradle for checkstyle, signing, and uploading to Bintray

Download

compile 'com.ticketmaster.servos:util:1.0.0'
compile 'com.ticketmaster.servos:util-butterknife:1.0.0'
compile 'com.ticketmaster.servos:util-otto:1.0.0'
compile 'com.ticketmaster.servos:util-otto-retrofit:1.0.0'
compile 'com.ticketmaster.servos:util-picasso:1.0.0'

License

Copyright 2015 Ticketmaster

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.twotoasters.servos

Ticketmaster Mobile Studio

Formerly Two Toasters

Versions

Version
1.0.0