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