is not current version
Last Version 6.0.4

com.cloudhopper:ch-commons-util 6.0.2

Common Java utility classes used across Cloudhopper-based projects

GroupId

GroupId

com.cloudhopper
ArtifactId

ArtifactId

ch-commons-util
Version

Version

6.0.2
Type

Type

jar

Download ch-commons-util 6.0.2


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