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