| License |
License |
|---|---|
| GroupId | GroupIdorg.phoenixframe |
| ArtifactId | ArtifactIdphoenix_web |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Descriptionphoenix_web Maven Webapp
update:页面UI调整,增加了多个易用性功能。js重构,提示窗口优化。spring与shiro做了集成
|
| Filename | Size |
|---|---|
| phoenix_web-1.5.0.pom | |
| phoenix_web-1.5.0.war | 42 MB |
| phoenix_web-1.5.0-sources.jar | 106 KB |
| phoenix_web-1.5.0-javadoc.jar | 813 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/ -->
<dependency>
<groupId>org.phoenixframe</groupId>
<artifactId>phoenix_web</artifactId>
<version>1.5.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/
implementation 'org.phoenixframe:phoenix_web:1.5.0'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/
implementation ("org.phoenixframe:phoenix_web:1.5.0")
'org.phoenixframe:phoenix_web:war:1.5.0'
<dependency org="org.phoenixframe" name="phoenix_web" rev="1.5.0">
<artifact name="phoenix_web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_web', version='1.5.0')
)
libraryDependencies += "org.phoenixframe" % "phoenix_web" % "1.5.0"
[org.phoenixframe/phoenix_web "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : servlet-api | jar | 2.5.20110712 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 3.2.9.RELEASE |