commons

A collection of commonly used code

License

License

GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

commons
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

pom
Description

Description

commons
A collection of commonly used code
Project URL

Project URL

https://github.com/gregmarut/commons/
Source Code Management

Source Code Management

https://github.com/gregmarut/commons/

Download commons

Filename Size
commons-0.6.pom 3 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
junit : junit jar 4.4

Project Modules

  • encryption
  • filecache
  • android
  • util
  • network

Versions

Version
0.6
0.5
0.4
0.3
0.2-RELEASE
0.1-RELEASE