| Категории |
КатегорииRESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.github.zhycn |
| Идентификатор | Идентификаторxbird-starter-resteasy |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xbird-starter-resteasy-2.1.0.pom | |
| xbird-starter-resteasy-2.1.0.jar | 18 KB |
| xbird-starter-resteasy-2.1.0-sources.jar | 10 KB |
| xbird-starter-resteasy-2.1.0-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zhycn/xbird-starter-resteasy/ -->
<dependency>
<groupId>com.github.zhycn</groupId>
<artifactId>xbird-starter-resteasy</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhycn/xbird-starter-resteasy/
implementation 'com.github.zhycn:xbird-starter-resteasy:2.1.0'
// https://jarcasting.com/artifacts/com.github.zhycn/xbird-starter-resteasy/
implementation ("com.github.zhycn:xbird-starter-resteasy:2.1.0")
'com.github.zhycn:xbird-starter-resteasy:jar:2.1.0'
<dependency org="com.github.zhycn" name="xbird-starter-resteasy" rev="2.1.0">
<artifact name="xbird-starter-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhycn', module='xbird-starter-resteasy', version='2.1.0')
)
libraryDependencies += "com.github.zhycn" % "xbird-starter-resteasy" % "2.1.0"
[com.github.zhycn/xbird-starter-resteasy "2.1.0"]