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