Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.manydesigns |
ArtifactId | ArtifactIdportofino-resteasy |
Version | Version4.2.4 |
Type | Typejar |
Filename | Size |
---|---|
portofino-resteasy-4.2.4.pom | |
portofino-resteasy-4.2.4.jar | 11 KB |
portofino-resteasy-4.2.4-sources.jar | 1 KB |
portofino-resteasy-4.2.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manydesigns/portofino-resteasy/ -->
<dependency>
<groupId>com.manydesigns</groupId>
<artifactId>portofino-resteasy</artifactId>
<version>4.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/portofino-resteasy/
implementation 'com.manydesigns:portofino-resteasy:4.2.4'
// https://jarcasting.com/artifacts/com.manydesigns/portofino-resteasy/
implementation ("com.manydesigns:portofino-resteasy:4.2.4")
'com.manydesigns:portofino-resteasy:jar:4.2.4'
<dependency org="com.manydesigns" name="portofino-resteasy" rev="4.2.4">
<artifact name="portofino-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='portofino-resteasy', version='4.2.4')
)
libraryDependencies += "com.manydesigns" % "portofino-resteasy" % "4.2.4"
[com.manydesigns/portofino-resteasy "4.2.4"]