is not current version
Last Version 6.0.0

com.xresch:cfw 1.0.1

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

GroupId

GroupId

com.xresch
ArtifactId

ArtifactId

cfw
Version

Version

1.0.1
Type

Type

jar

Download cfw 1.0.1


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