<dependency>
<groupId>org.hswebframework</groupId>
<artifactId>hsweb-expands-request</artifactId>
<version>3.0.2</version>
</dependency>
@Grapes(
@Grab(group='org.hswebframework', module='hsweb-expands-request', version='3.0.2')
)
<parent> <groupId>org.hswebframework</groupId> <artifactId>hsweb-expands</artifactId> <version>3.0.2</version> </parent>
compile
|-- commons-codec:commons-codec:1.10
|-- org.hswebframework:hsweb-utils
|-- org.apache.httpcomponents:httpclient:4.5.2
|-- org.apache.httpcomponents:httpmime:4.5.2
|-- commons-net:commons-net:3.4
|-- org.apache.cxf:cxf-rt-frontend-jaxws:3.1.7
|-- org.apache.cxf:cxf-tools-java2ws:3.1.7
|-- org.apache.cxf:cxf-rt-transports-http:3.1.7
test
|-- junit:junit
|-- org.hswebframework:hsweb-expands-security
|-- com.alibaba:fastjson:1.2.8