GroupId | GroupIdcom.cloudhopper |
---|---|
ArtifactId | ArtifactIdch-commons-util |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ch-commons-util-6.0.0.pom | |
ch-commons-util-6.0.0.jar | 132 KB |
ch-commons-util-6.0.0-sources.jar | 151 KB |
ch-commons-util-6.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-util/
implementation 'com.cloudhopper:ch-commons-util:6.0.0'
// https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-util/
implementation ("com.cloudhopper:ch-commons-util:6.0.0")
'com.cloudhopper:ch-commons-util:jar:6.0.0'
<dependency org="com.cloudhopper" name="ch-commons-util" rev="6.0.0">
<artifact name="ch-commons-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudhopper', module='ch-commons-util', version='6.0.0')
)
libraryDependencies += "com.cloudhopper" % "ch-commons-util" % "6.0.0"
[com.cloudhopper/ch-commons-util "6.0.0"]