GroupId | GroupIdcom.cloudhopper |
---|---|
ArtifactId | ArtifactIdch-commons-util |
Version | Version6.0.3 |
Type | Typejar |
Filename | Size |
---|---|
ch-commons-util-6.0.3.pom | |
ch-commons-util-6.0.3.jar | 132 KB |
ch-commons-util-6.0.3-sources.jar | 151 KB |
ch-commons-util-6.0.3-javadoc.jar | 514 KB |
Browse |
<!-- 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"]