Last Version

web Maven Webapp 1.01

一个简单的项目初始化模板

License

License

GroupId

GroupId

com.quhaodian.adminstore
ArtifactId

ArtifactId

web
Version

Version

1.01
Type

Type

war
Description

Description

web Maven Webapp
一个简单的项目初始化模板
Project URL

Project URL

http://maven.apache.org

Download web 1.01


<!-- https://jarcasting.com/artifacts/com.quhaodian.adminstore/web/ -->
<dependency>
    <groupId>com.quhaodian.adminstore</groupId>
    <artifactId>web</artifactId>
    <version>1.01</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.quhaodian.adminstore/web/
implementation 'com.quhaodian.adminstore:web:1.01'
// https://jarcasting.com/artifacts/com.quhaodian.adminstore/web/
implementation ("com.quhaodian.adminstore:web:1.01")
'com.quhaodian.adminstore:web:war:1.01'
<dependency org="com.quhaodian.adminstore" name="web" rev="1.01">
  <artifact name="web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.quhaodian.adminstore', module='web', version='1.01')
)
libraryDependencies += "com.quhaodian.adminstore" % "web" % "1.01"
[com.quhaodian.adminstore/web "1.01"]

Dependencies

compile (1)

Group / Artifact Type Version
com.quhaodian.adminstore : data jar 1.01

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.