foundation
Java项目的基础工程
LICENSE
The Apache Software License, Version 2.0
| License |
License |
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.github.zzycjcg |
| ArtifactId | ArtifactIdfoundation-jersey-server |
| 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.
|
<!-- https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-jersey-server/ -->
<dependency>
<groupId>com.github.zzycjcg</groupId>
<artifactId>foundation-jersey-server</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-jersey-server/
implementation 'com.github.zzycjcg:foundation-jersey-server:0.0.3'
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation-jersey-server/
implementation ("com.github.zzycjcg:foundation-jersey-server:0.0.3")
'com.github.zzycjcg:foundation-jersey-server:jar:0.0.3'
<dependency org="com.github.zzycjcg" name="foundation-jersey-server" rev="0.0.3">
<artifact name="foundation-jersey-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zzycjcg', module='foundation-jersey-server', version='0.0.3')
)
libraryDependencies += "com.github.zzycjcg" % "foundation-jersey-server" % "0.0.3"
[com.github.zzycjcg/foundation-jersey-server "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.18 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.18 |
| com.github.zzycjcg : foundation-core | jar | 0.0.3 |
| org.springframework : spring-web | jar | 3.2.13.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
Java项目的基础工程
The Apache Software License, Version 2.0