| License |
License |
|---|---|
| GroupId | GroupIdpro.horde.os |
| ArtifactId | ArtifactIdcutils |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionProhorde Common Utilities
This is a package of utility classes intended to enhance and simplify Java development
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cutils-1.0.1.pom | |
| cutils-1.0.1.jar | 35 KB |
| cutils-1.0.1-sources.jar | 31 KB |
| cutils-1.0.1-javadoc.jar | 548 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pro.horde.os/cutils/ -->
<dependency>
<groupId>pro.horde.os</groupId>
<artifactId>cutils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pro.horde.os/cutils/
implementation 'pro.horde.os:cutils:1.0.1'
// https://jarcasting.com/artifacts/pro.horde.os/cutils/
implementation ("pro.horde.os:cutils:1.0.1")
'pro.horde.os:cutils:jar:1.0.1'
<dependency org="pro.horde.os" name="cutils" rev="1.0.1">
<artifact name="cutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.horde.os', module='cutils', version='1.0.1')
)
libraryDependencies += "pro.horde.os" % "cutils" % "1.0.1"
[pro.horde.os/cutils "1.0.1"]
| 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 |
| 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 |