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