foundation
Java项目的基础工程
LICENSE
The Apache Software License, Version 2.0
License |
License |
---|---|
GroupId | GroupIdcom.github.zzycjcg |
ArtifactId | ArtifactIdfoundation-core |
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-core-0.0.3.pom | |
foundation-core-0.0.3.jar | 4 KB |
foundation-core-0.0.3-sources.jar | 2 KB |
foundation-core-0.0.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-core/ -->
<dependency>
<groupId>com.github.zzycjcg</groupId>
<artifactId>foundation-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-core/
implementation 'com.github.zzycjcg:foundation-core:0.0.3'
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-core/
implementation ("com.github.zzycjcg:foundation-core:0.0.3")
'com.github.zzycjcg:foundation-core:jar:0.0.3'
<dependency org="com.github.zzycjcg" name="foundation-core" rev="0.0.3">
<artifact name="foundation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zzycjcg', module='foundation-core', version='0.0.3')
)
libraryDependencies += "com.github.zzycjcg" % "foundation-core" % "0.0.3"
[com.github.zzycjcg/foundation-core "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.10 |
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
log4j : log4j | jar | 1.2.17 |
org.apache.commons : commons-collections4 | jar | 4.0 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.bouncycastle : bcprov-jdk15on | jar | 1.52 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Java项目的基础工程
The Apache Software License, Version 2.0