License |
License |
---|---|
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-web |
Last Version | Last Version1.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework WEB - WEB module
This project contains the servlet necessary to build Ajax services that run in Stream or RPC mode.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-web-1.0.29.pom | |
butor-web-1.0.29.jar | 43 KB |
butor-web-1.0.29-sources.jar | 23 KB |
butor-web-1.0.29-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-web/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-web</artifactId>
<version>1.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-web/
implementation 'com.butor:butor-web:1.0.29'
// https://jarcasting.com/artifacts/com.butor/butor-web/
implementation ("com.butor:butor-web:1.0.29")
'com.butor:butor-web:jar:1.0.29'
<dependency org="com.butor" name="butor-web" rev="1.0.29">
<artifact name="butor-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-web', version='1.0.29')
)
libraryDependencies += "com.butor" % "butor-web" % "1.0.29"
[com.butor/butor-web "1.0.29"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 4.3.2.RELEASE |
org.springframework : spring-tx | jar | 4.3.2.RELEASE |
com.butor : butor-json | jar | 1.0.29 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |