FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hsweb-framework/hsweb-system/pom.xml at master · JavaBigFamily/hsweb-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaBigFamily
/
hsweb-framework
Public
forked from
hs-web/hsweb-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hsweb-framework
/
hsweb-system
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (20 loc) · 809 Bytes
Breadcrumbs
hsweb-framework
/
hsweb-system
/
pom.xml
Copy path
File metadata and controls
21 lines (20 loc) · 809 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
project
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd
"
>
<
parent
>
<
artifactId
>hsweb-framework</
artifactId
>
<
groupId
>org.hswebframework.web</
groupId
>
<
version
>4.0.9</
version
>
<
relativePath
>../pom.xml</
relativePath
>
</
parent
>
<
modelVersion
>4.0.0</
modelVersion
>
<
description
>业务模块</
description
>
<
packaging
>pom</
packaging
>
<
modules
>
<
module
>hsweb-system-authorization</
module
>
<
module
>hsweb-system-file</
module
>
<
module
>hsweb-system-dictionary</
module
>
</
modules
>
<
artifactId
>hsweb-system</
artifactId
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL