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