is not current version
Last Version 6.0.4

com.cloudhopper:ch-commons-util 6.0.3

Common Java utility classes used across Cloudhopper-based projects

GroupId

GroupId

com.cloudhopper
ArtifactId

ArtifactId

ch-commons-util
Version

Version

6.0.3
Type

Type

jar

Download ch-commons-util 6.0.3


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