works-util

Works Utility for Android

License

License

GroupId

GroupId

com.mobilesolutionworks
ArtifactId

ArtifactId

works-util
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

works-util
Works Utility for Android
Project URL

Project URL

http://sg.linkedin.com/in/yunarta/
Source Code Management

Source Code Management

https://github.com/yunarta/works-util

Download works-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.mobilesolutionworks/works-util/ -->
<dependency>
    <groupId>com.mobilesolutionworks</groupId>
    <artifactId>works-util</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobilesolutionworks/works-util/
implementation 'com.mobilesolutionworks:works-util:1.0.4'
// https://jarcasting.com/artifacts/com.mobilesolutionworks/works-util/
implementation ("com.mobilesolutionworks:works-util:1.0.4")
'com.mobilesolutionworks:works-util:jar:1.0.4'
<dependency org="com.mobilesolutionworks" name="works-util" rev="1.0.4">
  <artifact name="works-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobilesolutionworks', module='works-util', version='1.0.4')
)
libraryDependencies += "com.mobilesolutionworks" % "works-util" % "1.0.4"
[com.mobilesolutionworks/works-util "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Works Util

Works Android Utility Module Some of the other Works module are depended on this module. This module contains all commons utility code for String to number parsing, IO operation and View operation.

Usage

Adding as dependency

Manual

  • Download AAR
  • Put the AAR in the libs subfolder of your Android project
  • If you are using gradle you can use this dependency setting below
compile(name:'works-util-1.0.4', ext:'jar')

or

Gradle dependency

compile 'com.mobilesolutionworks:works-util:1.0.4'

Maven dependency

<dependency>
	<groupId>com.mobilesolutionworks</groupId>
	<artifactId>works-util</artifactId>
	<version>1.0.4</version>
	<type>pom</type>
</dependency>

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0