Categories |
CategoriesTape Data Data Structures RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.tynamo |
ArtifactId | ArtifactIdtapestry-resteasy |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
tapestry-resteasy-0.2.1.pom | |
tapestry-resteasy-0.2.1.jar | 12 KB |
tapestry-resteasy-0.2.1-sources.jar | 5 KB |
tapestry-resteasy-0.2.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tynamo/tapestry-resteasy/ -->
<dependency>
<groupId>org.tynamo</groupId>
<artifactId>tapestry-resteasy</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tynamo/tapestry-resteasy/
implementation 'org.tynamo:tapestry-resteasy:0.2.1'
// https://jarcasting.com/artifacts/org.tynamo/tapestry-resteasy/
implementation ("org.tynamo:tapestry-resteasy:0.2.1")
'org.tynamo:tapestry-resteasy:jar:0.2.1'
<dependency org="org.tynamo" name="tapestry-resteasy" rev="0.2.1">
<artifact name="tapestry-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tynamo', module='tapestry-resteasy', version='0.2.1')
)
libraryDependencies += "org.tynamo" % "tapestry-resteasy" % "0.2.1"
[org.tynamo/tapestry-resteasy "0.2.1"]