Prohorde Common Utilities

This is a package of utility classes intended to enhance and simplify Java development

License

License

GroupId

GroupId

pro.horde.os
ArtifactId

ArtifactId

cutils
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Prohorde Common Utilities
This is a package of utility classes intended to enhance and simplify Java development
Project URL

Project URL

https://github.com/prohorde/cutils
Source Code Management

Source Code Management

http://github.com/prohorde/cutils/tree/master

Download cutils

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.maven.plugins : maven-compiler-plugin jar 3.6.1
javax.validation : validation-api jar 2.0.1.Final
org.projectlombok : lombok jar 1.18.12
org.apache.commons : commons-lang3 jar 3.9
com.fasterxml.jackson.core : jackson-annotations jar 2.8.0
org.javatuples : javatuples jar 1.2

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-params jar 5.5.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.junit.jupiter : junit-jupiter-api jar 5.5.1
org.junit.platform : junit-platform-launcher jar 1.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0