MVN

com.github.croesch : crhcomponents

Maven & Gradle

Oct 02, 2011
2 stars

CRHComponents · Provides some useful components for small Java projects.

<dependency>
    <groupId>com.github.croesch</groupId>
    <artifactId>crhcomponents</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.croesch : crhcomponents to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.github.croesch : crhcomponents to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
crhcomponents-1.3
1.2
crhcomponents-1.2

How to add a dependency to Maven

Add the following com.github.croesch : crhcomponents maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.croesch</groupId>
    <artifactId>crhcomponents</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.croesch : crhcomponents gradle dependency to your build.gradle file:

implementation 'com.github.croesch:crhcomponents:1.3'

Gradle Kotlin DSL: Add the following com.github.croesch : crhcomponents gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.croesch:crhcomponents:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.croesch : crhcomponents sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.croesch" % "crhcomponents" % "1.3"