is not current version
Last Version 1.7

com.cloudhopper:ch-maven-parent-oss 1.6

Parent Maven POM for open source Cloudhopper projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.cloudhopper
ArtifactId

ArtifactId

ch-maven-parent-oss
Version

Version

1.6
Type

Type

pom

Download ch-maven-parent-oss 1.6


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