| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.gretty |
| Идентификатор | Идентификаторgretty |
| Версия | Версия3.0.5 |
| Тип | Типjar |
| Описание |
Описаниеgretty
Advanced gradle plugin for running web-apps on jetty and tomcat
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gretty-3.0.5.pom | |
| gretty-3.0.5.jar | 738 KB |
| gretty-3.0.5-sources.jar | 60 KB |
| gretty-3.0.5-javadoc.jar | 193 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gretty/gretty/ -->
<dependency>
<groupId>org.gretty</groupId>
<artifactId>gretty</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.gretty/gretty/
implementation 'org.gretty:gretty:3.0.5'
// https://jarcasting.com/artifacts/org.gretty/gretty/
implementation ("org.gretty:gretty:3.0.5")
'org.gretty:gretty:jar:3.0.5'
<dependency org="org.gretty" name="gretty" rev="3.0.5">
<artifact name="gretty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gretty', module='gretty', version='3.0.5')
)
libraryDependencies += "org.gretty" % "gretty" % "3.0.5"
[org.gretty/gretty "3.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.gretty : gretty-core | jar | 3.0.5 |
| org.springframework.boot : spring-boot-loader-tools | jar | 2.0.2.RELEASE |
| org.eclipse.jetty : jetty-util | jar | 8.1.22.v20160922 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 |