MVN

com.xresch : cfw

Maven & Gradle

Aug 31, 2022
3 stars

cfw · CoreFramework is a java application boilerplate providing various functionalities like user management, configurations, API and dashboarding out of the box.

<dependency>
    <groupId>com.xresch</groupId>
    <artifactId>cfw</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xresch : cfw to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of com.xresch : cfw to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
cfw-7.0.0
6.0.x
cfw-6.0.0
5.0.x
cfw-5.0.0
4.0.x
cfw-4.0.0
3.0.x
cfw-3.0.1
cfw-3.0.0
2.0.x
cfw-2.0.1
cfw-2.0.0
1.0.x
cfw-1.0.5
cfw-1.0.4
cfw-1.0.3
cfw-1.0.2
cfw-1.0.1
cfw-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xresch</groupId>
    <artifactId>cfw</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xresch : cfw gradle dependency to your build.gradle file:

implementation 'com.xresch:cfw:7.0.0'

Gradle Kotlin DSL: Add the following com.xresch : cfw gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xresch:cfw:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xresch : cfw sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xresch" % "cfw" % "7.0.0"

Advertisement