is not current version
Last Version 0.0.3

com.github.zzycjcg:foundation 0.0.1

The foundation framework makes it easier to build Java web applications. Foundation is mainly based on spring, mybatis and jersey.

GroupId

GroupId

com.github.zzycjcg
ArtifactId

ArtifactId

foundation
Version

Version

0.0.1
Type

Type

jar

Download foundation 0.0.1


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