foundation
Java项目的基础工程
LICENSE
The Apache Software License, Version 2.0
License |
License |
---|---|
GroupId | GroupIdcom.github.zzycjcg |
ArtifactId | ArtifactIdfoundation-db |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe foundation framework makes it easier to build Java web applications. Foundation is mainly based on spring,
mybatis and jersey.
|
Filename | Size |
---|---|
foundation-db-0.0.3.pom | |
foundation-db-0.0.3.jar | 4 KB |
foundation-db-0.0.3-sources.jar | 2 KB |
foundation-db-0.0.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-db/ -->
<dependency>
<groupId>com.github.zzycjcg</groupId>
<artifactId>foundation-db</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-db/
implementation 'com.github.zzycjcg:foundation-db:0.0.3'
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-db/
implementation ("com.github.zzycjcg:foundation-db:0.0.3")
'com.github.zzycjcg:foundation-db:jar:0.0.3'
<dependency org="com.github.zzycjcg" name="foundation-db" rev="0.0.3">
<artifact name="foundation-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zzycjcg', module='foundation-db', version='0.0.3')
)
libraryDependencies += "com.github.zzycjcg" % "foundation-db" % "0.0.3"
[com.github.zzycjcg/foundation-db "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.zzycjcg : foundation-core | jar | 0.0.3 |
org.springframework : spring-beans | jar | 3.2.13.RELEASE |
commons-dbcp : commons-dbcp | jar | 1.4 |
Java项目的基础工程
The Apache Software License, Version 2.0