Download JAR files tagged by subclasses with all dependencies
library from group com.ctrlplusz.anytextview (version 1.2)
An extension of different Android View subclasses, that lets you use the fontface of your choice
Group: com.ctrlplusz.anytextview Artifact: library
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library
Group com.ctrlplusz.anytextview
Version 1.2
Last update 28. December 2015
Organization not specified
URL https://github.com/hanspeide/anytextview
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.ctrlplusz.anytextview
Version 1.2
Last update 28. December 2015
Organization not specified
URL https://github.com/hanspeide/anytextview
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
mapformat from group com.axiastudio (version 1.0.0)
A set of java.text.Format subclasses that instead positional notation uses tag names.
Artifact mapformat
Group com.axiastudio
Version 1.0.0
Last update 19. June 2015
Organization not specified
URL https://github.com/tizianolattisi/mapformat
License The BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.axiastudio
Version 1.0.0
Last update 19. June 2015
Organization not specified
URL https://github.com/tizianolattisi/mapformat
License The BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
robototextview from group com.github.johnkil.android-robototextview (version 4.0.0)
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab and Roboto Mono fonts.
Group: com.github.johnkil.android-robototextview Artifact: robototextview
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact robototextview
Group com.github.johnkil.android-robototextview
Version 4.0.0
Last update 26. July 2017
Organization not specified
URL https://github.com/johnkil/Android-RobotoTextView
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies appcompat-v7,
There are maybe transitive dependencies!
Group com.github.johnkil.android-robototextview
Version 4.0.0
Last update 26. July 2017
Organization not specified
URL https://github.com/johnkil/Android-RobotoTextView
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies appcompat-v7,
There are maybe transitive dependencies!
fontlib-support from group com.innovattic (version 5.1.0)
Font library for Android with xml, style and textAppearance support. fontlib-support contains font aware subclasses of all AppCompat versions of TextView and its subclasses.
Group: com.innovattic Artifact: fontlib-support
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fontlib-support
Group com.innovattic
Version 5.1.0
Last update 10. February 2017
Organization not specified
URL https://github.com/Innovattic/Android-Font-Library
License Unlicense
Dependencies amount 1
Dependencies fontlib-core,
There are maybe transitive dependencies!
Group com.innovattic
Version 5.1.0
Last update 10. February 2017
Organization not specified
URL https://github.com/Innovattic/Android-Font-Library
License Unlicense
Dependencies amount 1
Dependencies fontlib-core,
There are maybe transitive dependencies!
fontlib-native from group com.innovattic (version 5.1.0)
Font library for Android with xml, style and textAppearance support. fontlib-native contains font aware subclasses of TextView and its subclasses.
Group: com.innovattic Artifact: fontlib-native
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fontlib-native
Group com.innovattic
Version 5.1.0
Last update 10. February 2017
Organization not specified
URL https://github.com/Innovattic/Android-Font-Library
License Unlicense
Dependencies amount 1
Dependencies fontlib-core,
There are maybe transitive dependencies!
Group com.innovattic
Version 5.1.0
Last update 10. February 2017
Organization not specified
URL https://github.com/Innovattic/Android-Font-Library
License Unlicense
Dependencies amount 1
Dependencies fontlib-core,
There are maybe transitive dependencies!
sodatest-junit from group org.sodatest (version 0.2.1)
contains the JUnitSodaTestLauncherTestBase which you can create subclasses of in your own test tree to easily get JUnit running your SodaTests.
Artifact sodatest-junit
Group org.sodatest
Version 0.2.1
Last update 18. December 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies sodatest-runtime, scala-library, junit,
There are maybe transitive dependencies!
Group org.sodatest
Version 0.2.1
Last update 18. December 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies sodatest-runtime, scala-library, junit,
There are maybe transitive dependencies!
auth0client from group com.github.vanatka (version 1.0.2)
Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial dataImplementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Group: com.github.vanatka Artifact: auth0client
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact auth0client
Group com.github.vanatka
Version 1.0.2
Last update 02. September 2014
Organization not specified
URL https://github.com/vanatka/auth0client
License The MIT License (MIT)
Dependencies amount 6
Dependencies gson, java-jwt, okhttp-urlconnection, okhttp, retrofit, appcompat-v7,
There are maybe transitive dependencies!
Group com.github.vanatka
Version 1.0.2
Last update 02. September 2014
Organization not specified
URL https://github.com/vanatka/auth0client
License The MIT License (MIT)
Dependencies amount 6
Dependencies gson, java-jwt, okhttp-urlconnection, okhttp, retrofit, appcompat-v7,
There are maybe transitive dependencies!
filter-utils from group com.mattunderscore (version 0.2.8)
Provides basic support of servlet filter. Boilerplate code etc. It provides a boilerplate implementation of the Filter interface. The GenericFilter provides a getter and setter for the FilterConfig object and ensures that this is set when init is called. The init method also calls the configureFilter method after the FilterConfig object is set and can be used by subclasses to process the filter config during initiation. It also provides an empty implementation of the destory method. The only method that requires implementation is the doFilter method. The GenericHTTPFilter extends the GenericFilter class, it provides a doFilter method that attempts to cast the ServletRequest and ServletResponse objects to HttpServletRequest and HttpServletResponse objects. If these objects can be cast successfuly then it calls the doHTTPFilter method and passes the cast objects references. If the objects cannot be cast a ServletException is thrown. The doHTTPFilter method is abstract and must be implemented by subclasses.
0 downloads
Artifact filter-utils
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/filter-utils/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/filter-utils/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 1 (items total 8)