is not current version
Last Version 1.0.2

com.github.jherculesqz:core-fw 1.0

It is a Java tool class library, pure Java, independent of heavy frameworks like Spring, easy to use for lightweight projects and improve development efficiency

GroupId

GroupId

com.github.jherculesqz
ArtifactId

ArtifactId

core-fw
Version

Version

1.0
Type

Type

jar

Download core-fw 1.0


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