GroupId | GroupIdcom.cloudhopper |
---|---|
ArtifactId | ArtifactIdch-commons-charset |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ch-commons-charset-3.0.0.pom | |
ch-commons-charset-3.0.0.jar | 26 KB |
ch-commons-charset-3.0.0-sources.jar | 31 KB |
ch-commons-charset-3.0.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-charset/ -->
<dependency>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-commons-charset</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-charset/
implementation 'com.cloudhopper:ch-commons-charset:3.0.0'
// https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-charset/
implementation ("com.cloudhopper:ch-commons-charset:3.0.0")
'com.cloudhopper:ch-commons-charset:jar:3.0.0'
<dependency org="com.cloudhopper" name="ch-commons-charset" rev="3.0.0">
<artifact name="ch-commons-charset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudhopper', module='ch-commons-charset', version='3.0.0')
)
libraryDependencies += "com.cloudhopper" % "ch-commons-charset" % "3.0.0"
[com.cloudhopper/ch-commons-charset "3.0.0"]