| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.gwizard |
| Идентификатор | Идентификаторgwizard-services |
| Последняя версия | Последняя версия0.11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGWizard Services
A Java framework, inspired by DropWizard, for developing RESTful web services with Guice
|
| Имя Файла | Размер |
|---|---|
| gwizard-services-0.11.pom | |
| gwizard-services-0.11.jar | 7 KB |
| gwizard-services-0.11-sources.jar | 3 KB |
| gwizard-services-0.11-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gwizard/gwizard-services/ -->
<dependency>
<groupId>org.gwizard</groupId>
<artifactId>gwizard-services</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwizard/gwizard-services/
implementation 'org.gwizard:gwizard-services:0.11'
// https://jarcasting.com/artifacts/org.gwizard/gwizard-services/
implementation ("org.gwizard:gwizard-services:0.11")
'org.gwizard:gwizard-services:jar:0.11'
<dependency org="org.gwizard" name="gwizard-services" rev="0.11">
<artifact name="gwizard-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwizard', module='gwizard-services', version='0.11')
)
libraryDependencies += "org.gwizard" % "gwizard-services" % "0.11"
[org.gwizard/gwizard-services "0.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 30.1-jre |
| com.google.inject : guice | jar | 5.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.assertj : assertj-core | jar | 3.19.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.mockito : mockito-core | jar | 3.2.4 |