is not current version
Last Version 1.1

com.cloudhopper:ch-commons 1.0

Parent Maven POM for open source cloudhopper-commons projects

GroupId

GroupId

com.cloudhopper
ArtifactId

ArtifactId

ch-commons
Version

Version

1.0
Type

Type

pom

Download ch-commons 1.0

Filename Size
ch-commons-1.0.pom 1 KB
Browse

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