| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.devcon5 |
| Идентификатор | Идентификаторrest.x |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеParent module defining global Maven project settings for all devcon5.io projects. The module
contains the settings for publishing artifacts to MavenCentral, including code signing and javadoc.
The release mechanism follows the git-flow using the jgitflow plugin of Atlassian.
|
| Организация-разработчик |
Организация-разработчикDevCon5 GmbH |
| Имя Файла | Размер |
|---|---|
| rest.x-1.0.pom | |
| rest.x-1.0.jar | 16 KB |
| rest.x-1.0-sources.jar | 9 KB |
| rest.x-1.0-javadoc.jar | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.devcon5/rest.x/ -->
<dependency>
<groupId>io.devcon5</groupId>
<artifactId>rest.x</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.devcon5/rest.x/
implementation 'io.devcon5:rest.x:1.0'
// https://jarcasting.com/artifacts/io.devcon5/rest.x/
implementation ("io.devcon5:rest.x:1.0")
'io.devcon5:rest.x:jar:1.0'
<dependency org="io.devcon5" name="rest.x" rev="1.0">
<artifact name="rest.x" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.devcon5', module='rest.x', version='1.0')
)
libraryDependencies += "io.devcon5" % "rest.x" % "1.0"
[io.devcon5/rest.x "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.weld.se : weld-se | jar | 2.2.9.Final |
| io.vertx : vertx-core | jar | 3.3.3 |
| io.vertx : vertx-web | jar | 3.3.3 |
| org.jboss.resteasy : resteasy-vertx | jar | 3.1.0.CR2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| io.tourniquet.junit : tourniquet-net | jar | 0.4.8 |
| org.slf4j : slf4j-simple | jar | 1.7.2 |