| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.gretty |
| Идентификатор | Идентификаторgretty-core |
| Версия | Версия3.0.5 |
| Тип | Типjar |
| Описание |
Описаниеgretty-core
Advanced gradle plugin for running web-apps on jetty and tomcat
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gretty-core-3.0.5.pom | |
| gretty-core-3.0.5.jar | 67 KB |
| gretty-core-3.0.5-sources.jar | 12 KB |
| gretty-core-3.0.5-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gretty/gretty-core/ -->
<dependency>
<groupId>org.gretty</groupId>
<artifactId>gretty-core</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.gretty/gretty-core/
implementation 'org.gretty:gretty-core:3.0.5'
// https://jarcasting.com/artifacts/org.gretty/gretty-core/
implementation ("org.gretty:gretty-core:3.0.5")
'org.gretty:gretty-core:jar:3.0.5'
<dependency org="org.gretty" name="gretty-core" rev="3.0.5">
<artifact name="gretty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gretty', module='gretty-core', version='3.0.5')
)
libraryDependencies += "org.gretty" % "gretty-core" % "3.0.5"
[org.gretty/gretty-core "3.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| commons-cli : commons-cli | jar | 1.3.1 |
| commons-configuration : commons-configuration | jar | 1.10 |
| commons-io : commons-io | jar | 2.4 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
| org.springframework.boot : spring-boot-devtools | jar | 2.0.2.RELEASE |
| org.gretty : gretty-common | jar | 3.0.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 |