| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.debux.webmotion |
| Идентификатор | Идентификаторwebmotion |
| Последняя версия | Последняя версия2.5.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWebMotion server
WebMotion is Java web framework based on the Java EE6 standard
|
| Организация-разработчик |
Организация-разработчикDebux |
| Имя Файла | Размер |
|---|---|
| webmotion-2.5.3.pom | |
| webmotion-2.5.3.jar | 240 KB |
| webmotion-2.5.3-sources.jar | 139 KB |
| webmotion-2.5.3-javadoc.jar | 663 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.debux.webmotion/webmotion/ -->
<dependency>
<groupId>org.debux.webmotion</groupId>
<artifactId>webmotion</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion/
implementation 'org.debux.webmotion:webmotion:2.5.3'
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion/
implementation ("org.debux.webmotion:webmotion:2.5.3")
'org.debux.webmotion:webmotion:jar:2.5.3'
<dependency org="org.debux.webmotion" name="webmotion" rev="2.5.3">
<artifact name="webmotion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.debux.webmotion', module='webmotion', version='2.5.3')
)
libraryDependencies += "org.debux.webmotion" % "webmotion" % "2.5.3"
[org.debux.webmotion/webmotion "2.5.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax : javaee-api | jar | 6.0 |
| org.apache.tomcat : tomcat-catalina | jar | 7.0.40 |
| org.apache.tomcat.embed : tomcat-embed-core | jar | 7.0.40 |
| com.sun.grizzly : grizzly-websockets | jar | 1.9.50 |
| com.sun.grizzly : grizzly-http | jar | 1.9.50 |
| com.sun.grizzly : grizzly-framework | jar | 1.9.50 |
| com.sun.grizzly : grizzly-utils | jar | 1.9.50 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.6.4 |
| org.apache.tomcat : tomcat-servlet-api | jar | 7.0.40 |
| org.testng : testng | jar | 6.3.1 |