License |
License |
---|---|
GroupId | GroupIdcom.xresch |
ArtifactId | ArtifactIdcfw |
Version | Version3.0.1 |
Type | Typejar |
Description |
Descriptioncfw
CoreFramework is a java application boilerplate providing various functionalities like user management, configurations, API and dashboarding out of the box.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cfw-3.0.1.pom | |
cfw-3.0.1.jar | 3 MB |
cfw-3.0.1-sources.jar | 3 MB |
cfw-3.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xresch/cfw/ -->
<dependency>
<groupId>com.xresch</groupId>
<artifactId>cfw</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xresch/cfw/
implementation 'com.xresch:cfw:3.0.1'
// https://jarcasting.com/artifacts/com.xresch/cfw/
implementation ("com.xresch:cfw:3.0.1")
'com.xresch:cfw:jar:3.0.1'
<dependency org="com.xresch" name="cfw" rev="3.0.1">
<artifact name="cfw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xresch', module='cfw', version='3.0.1')
)
libraryDependencies += "com.xresch" % "cfw" % "3.0.1"
[com.xresch/cfw "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-runner | jar | 1.6.2 |
junit : junit | jar | 4.13 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |