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